Searched refs:boundsWithinRange (Results 1 – 1 of 1) sorted by relevance
135 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