OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isWithinThreshold
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallOrientationEventListener.java
153
} else if (
isWithinThreshold
(rotation, SCREEN_ORIENTATION_90, ROTATION_THRESHOLD)) {
155
} else if (
isWithinThreshold
(rotation, SCREEN_ORIENTATION_180, ROTATION_THRESHOLD)) {
157
} else if (
isWithinThreshold
(rotation, SCREEN_ORIENTATION_270, ROTATION_THRESHOLD)) {
167
private static boolean
isWithinThreshold
(int value, int center, int threshold) {
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 1349 milliseconds