Home
last modified time | relevance | path

Searched defs:oldRotation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java938 final int oldRotation = mRotation; in updateRotationUnchecked() local
2043 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2056 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
DWindowStateAnimator.java1989 void seamlesslyRotateWindow(int oldRotation, int newRotation) { in seamlesslyRotateWindow()
DWindowManagerService.java2555 final int oldRotation = defaultDisplayContent.getRotation(); in rotationNeedsUpdateLocked() local
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1693 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation); in shouldRotateSeamlessly()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java8153 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation) { in shouldRotateSeamlessly()