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.java999 final int oldRotation = mRotation; in updateRotationUnchecked() local
2155 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2168 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
DWindowStateAnimator.java1496 int oldRotation, int newRotation) { in seamlesslyRotateWindow()
DWindowManagerService.java2486 final int oldRotation = defaultDisplayContent.getRotation(); in rotationNeedsUpdateLocked() local
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1733 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation); in shouldRotateSeamlessly()
DPhoneWindowManager.java8541 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation) { in shouldRotateSeamlessly()