Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallOrientationEventListener.java79 private static boolean isWithinRange(int value, int begin, int end) { in isWithinRange() method in InCallOrientationEventListener
84 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()