Searched refs:lastEvents (Results 1 – 4 of 4) sorted by relevance
9 lastEvents = {}; field in BarCodeScanner93 if (this.lastEvents[type] &&95 JSON.stringify(nativeEvent) === this.lastEvents[type] &&102 this.lastEvents[type] = JSON.stringify(nativeEvent);
94 lastEvents: {
1 …lastEvents: { [key: string]: any } = {};\n lastEventsTimes: { [key: string]: any } = {};\n\n sta…
124 lastEvents: { [key: string]: any } = {};230 this.lastEvents[type] &&232 JSON.stringify(nativeEvent) === this.lastEvents[type] &&241 this.lastEvents[type] = JSON.stringify(nativeEvent);