Searched refs:MAX_TILT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java217 private static final int MAX_TILT = 75; field in class:WindowOrientationListener.SensorEventListenerImpl
220 // data with tilt beyond MAX_TILT, but we can set stricter limits on transitions to a
222 private static final int[] MAX_TRANSITION_TILT = new int[] {MAX_TILT, 65, 65, 40};
224 // Between this tilt angle and MAX_TILT, we'll allow orientation changes, but we'll filter
415 if (absoluteTilt > MAX_TILT) {

Completed in 18 milliseconds