Searched refs:_lastEvents (Results 1 – 4 of 4) sorted by relevance
181 _lastEvents = {}; field in Camera287 if (this._lastEvents[type] &&289 JSON.stringify(nativeEvent) === this._lastEvents[type] &&296 this._lastEvents[type] = JSON.stringify(nativeEvent);
86 _lastEvents: {
1 …_lastEvents: { [eventName: string]: string } = {};\n _lastEventsTimes: { [eventName: string]: Dat…
228 _lastEvents: { [eventName: string]: string } = {};358 this._lastEvents[type] &&360 JSON.stringify(nativeEvent) === this._lastEvents[type] &&369 this._lastEvents[type] = JSON.stringify(nativeEvent);