Searched defs:newRotation (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | CoordinateTransforms.java | 107 @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/ |
D | RotationHelper.java | 83 int newRotation = ((WindowManager) sContext.getSystemService( in updateOrientation() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SeamlessRotator.java | 48 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info) { in SeamlessRotator()
|
D | Task.java | 555 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
|
D | DisplayContent.java | 1152 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()
|
D | ActivityStack.java | 603 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local 607 newParentConfig.windowConfiguration.getBounds(), prevRotation, newRotation, in onConfigurationChanged() local
|
D | DisplayPolicy.java | 3538 int newRotation) { in shouldRotateSeamlessly()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | MultiListLayout.java | 84 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
|
D | ScreenDecorations.java | 541 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientation() local
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowOrientationListener.java | 1049 int newRotation; in onSensorChanged() local
|