Searched refs:isWithinRange (Results 1 – 1 of 1) sorted by relevance
79 private static boolean isWithinRange(int value, int begin, int end) { in isWithinRange() method in InCallOrientationEventListener84 return isWithinRange(value, center - threshold, center + threshold); in isWithinThreshold()88 return isWithinRange(value, center - threshold, center); in isInLeftRange()92 return isWithinRange(value, center, center + threshold); in isInRightRange()