Home
last modified time | relevance | path

Searched defs:newRotation (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java83 int newRotation = ((WindowManager) sContext.getSystemService( in updateOrientation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java271 int newRotation = displayInfo.rotation; in drawFrame() local
DScreenDecorations.java209 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientation() local
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java514 final int newRotation = displayContent.getDisplayInfo().rotation; in updateDisplayInfo() local
DTaskStack.java434 final int newRotation = mDisplayContent.getDisplayInfo().rotation; in updateDisplayInfo() local
468 final int newRotation = getDisplayInfo().rotation; in updateBoundsAfterConfigChange() local
DDisplayContent.java920 void setRotation(int newRotation) { in setRotation()
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()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java1045 int newRotation; in onSensorChanged() local
DWindowManagerPolicy.java1733 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation); in shouldRotateSeamlessly()
DPhoneWindowManager.java8541 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation) { in shouldRotateSeamlessly()