Searched refs:isWithinThreshold (Results 1 – 1 of 1) sorted by relevance
83 private static boolean isWithinThreshold(int value, int center, int threshold) { in isWithinThreshold() method in InCallOrientationEventListener186 } else if (isWithinThreshold(rotation, SCREEN_ORIENTATION_90, ROTATION_THRESHOLD)) { in toScreenOrientation()188 } else if (isWithinThreshold(rotation, SCREEN_ORIENTATION_180, ROTATION_THRESHOLD)) { in toScreenOrientation()190 } else if (isWithinThreshold(rotation, SCREEN_ORIENTATION_270, ROTATION_THRESHOLD)) { in toScreenOrientation()