Searched defs:TILT_TOLERANCE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DWindowOrientationListener.java338 private final int[][] TILT_TOLERANCE = new int[][] { field in class:WindowOrientationListener.SensorEventListenerImpl
571 return tiltAngle >= TILT_TOLERANCE[rotation][0]
572 && tiltAngle <= TILT_TOLERANCE[rotation][1];

Completed in 6 milliseconds