Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1123 int lastRotation); in rotationForOrientationLw() argument
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5786 public int rotationForOrientationLw(int orientation, int lastRotation) { in rotationForOrientationLw() argument
5789 + orientation + ", last=" + lastRotation in rotationForOrientationLw()
5803 sensorRotation = lastRotation; in rotationForOrientationLw()
5843 preferredRotation = lastRotation; in rotationForOrientationLw()
5873 preferredRotation = lastRotation; in rotationForOrientationLw()
5923 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientationLw()
5924 return lastRotation; in rotationForOrientationLw()
5934 if (isAnyPortrait(lastRotation)) { in rotationForOrientationLw()
5935 return lastRotation; in rotationForOrientationLw()