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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java453 int lastRotation) {
452 rotationForOrientationLw(int orientation, int lastRotation) argument
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1425 * @param lastRotation The most recently used rotation.
1429 int lastRotation);
1428 rotationForOrientationLw(@ctivityInfo.ScreenOrientation int orientation, int lastRotation) argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java6970 public int rotationForOrientationLw(int orientation, int lastRotation) { argument
6973 + orientation + ", last=" + lastRotation
6987 sensorRotation = lastRotation;
7027 preferredRotation = lastRotation;
7063 preferredRotation = lastRotation;
7113 if (isLandscapeOrSeascape(lastRotation)) {
7114 return lastRotation;
7124 if (isAnyPortrait(lastRotation)) {
7125 return lastRotation;

Completed in 69 milliseconds