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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1177 * @param lastRotation The most recently used rotation.
1181 int lastRotation);
1180 rotationForOrientationLw(@ctivityInfo.ScreenOrientation int orientation, int lastRotation) argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java6461 public int rotationForOrientationLw(int orientation, int lastRotation) { argument
6464 + orientation + ", last=" + lastRotation
6478 sensorRotation = lastRotation;
6518 preferredRotation = lastRotation;
6548 preferredRotation = lastRotation;
6598 if (isLandscapeOrSeascape(lastRotation)) {
6599 return lastRotation;
6609 if (isAnyPortrait(lastRotation)) {
6610 return lastRotation;

Completed in 73 milliseconds