Home
last modified time | relevance | path

Searched refs:lastEventsTimes (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-barcode-scanner/build/
H A DBarCodeScanner.js10 lastEventsTimes = {}; field in BarCodeScanner
94 this.lastEventsTimes[type] &&
96 Date.now() - this.lastEventsTimes[type] < EVENT_THROTTLE_MS) {
101 this.lastEventsTimes[type] = new Date(); property in BarCodeScanner
H A DBarCodeScanner.d.ts97 lastEventsTimes: {
H A DBarCodeScanner.js.map1lastEventsTimes: { [key: string]: any } = {};\n\n static Constants = {\n BarCodeType,\n Typ…
/expo/packages/expo-barcode-scanner/src/
H A DBarCodeScanner.tsx125 lastEventsTimes: { [key: string]: any } = {};
231 this.lastEventsTimes[type] &&
233 Date.now() - this.lastEventsTimes[type] < EVENT_THROTTLE_MS
240 this.lastEventsTimes[type] = new Date();