Home
last modified time | relevance | path

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

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