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