Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackImageAnalyzer.java135 if (!boundsWithinRange(durationBounds, 0, width)) { in analyzeImage()
145 if (!boundsWithinRange(durationBounds, 0, height)) { in analyzeImage()
473 private static boolean boundsWithinRange(Pair<Integer, Integer> bounds, int low, int high) { in boundsWithinRange() method in AudioLoopbackImageAnalyzer