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

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java179 // ROTATE_TO defines the orientation each threshold range transitions to, and must be kept
193 private static final int[][] ROTATE_TO = new int[][] { field in class:WindowOrientationListener.SensorEventListenerImpl
320 ? ROTATE_TO_WITH_180[mRotation][row] : ROTATE_TO[mRotation][row];

Completed in 31 milliseconds