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/wm/utils/
DCoordinateTransforms.java107 @Rotation int newRotation, DisplayInfo info, Matrix out) { in transformToRotation()
129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java83 int newRotation = ((WindowManager) sContext.getSystemService( in updateOrientation() local
/frameworks/base/services/core/java/com/android/server/wm/
DSeamlessRotator.java48 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info) { in SeamlessRotator()
DTask.java555 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
DDisplayContent.java1152 void setRotation(int newRotation) { in setRotation()
2724 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2729 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2741 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
DActivityStack.java603 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
607 newParentConfig.windowConfiguration.getBounds(), prevRotation, newRotation, in onConfigurationChanged() local
DDisplayPolicy.java3538 int newRotation) { in shouldRotateSeamlessly()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DMultiListLayout.java84 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
DScreenDecorations.java541 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientation() local
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java1049 int newRotation; in onSensorChanged() local