Searched refs:lastRotation (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java993 * @param lastRotation The most recently used rotation.
996 public int rotationForOrientationLw(int orientation, int lastRotation); argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3935 public int rotationForOrientationLw(int orientation, int lastRotation) { argument
3938 + orientation + ", last=" + lastRotation
3948 sensorRotation = lastRotation;
3996 preferredRotation = lastRotation;
4045 if (isLandscapeOrSeascape(lastRotation)) {
4046 return lastRotation;
4055 if (isAnyPortrait(lastRotation)) {
4056 return lastRotation;

Completed in 486 milliseconds