Home
last modified time | relevance | path

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

/expo/apps/test-suite/tests/
H A DBarCodeScanner.js24 const testBarCodeBounds = (bounds, expectedBounds, sizeInaccuracy, originInaccuracy) => { argument
36 testPoint(bounds.size.width, expectedBounds.size.width, sizeInaccuracy);
37 testPoint(bounds.size.height, expectedBounds.size.height, sizeInaccuracy);