Home
last modified time | relevance | path

Searched refs:lastRotation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java390 public int rotationForOrientationLw(int orientation, int lastRotation, boolean defaultDisplay) {
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1451 int lastRotation, boolean defaultDisplay); in rotationForOrientationLw() argument
DPhoneWindowManager.java7241 public int rotationForOrientationLw(int orientation, int lastRotation, boolean defaultDisplay) { in rotationForOrientationLw() argument
7244 + orientation + ", last=" + lastRotation in rotationForOrientationLw()
7258 sensorRotation = lastRotation; in rotationForOrientationLw()
7308 preferredRotation = lastRotation; in rotationForOrientationLw()
7338 preferredRotation = lastRotation; in rotationForOrientationLw()
7388 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientationLw()
7389 return lastRotation; in rotationForOrientationLw()
7399 if (isAnyPortrait(lastRotation)) { in rotationForOrientationLw()
7400 return lastRotation; in rotationForOrientationLw()