/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayChangeController.java | 83 int fromRotation, int toRotation, DisplayAreaInfo newDisplayAreaInfo) { in dispatchOnDisplayChange() argument 85 c.onDisplayChange(displayId, fromRotation, toRotation, newDisplayAreaInfo, outWct); in dispatchOnDisplayChange() 89 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() argument 92 dispatchOnDisplayChange(t, displayId, fromRotation, toRotation, newDisplayAreaInfo); in onDisplayChange() 104 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() argument 107 .onDisplayChange(displayId, fromRotation, toRotation, in onDisplayChange() 127 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() argument
|
H A D | DisplayController.java | 197 int fromRotation, int toRotation) { in onDisplayRotateRequested() argument 206 dr.mDisplayLayout.rotateTo(dr.mContext.getResources(), toRotation); in onDisplayRotateRequested() local 210 wct, displayId, fromRotation, toRotation, null /* newDisplayAreaInfo */); in onDisplayRotateRequested()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RemoteDisplayChangeController.java | 78 int fromRotation, int toRotation, in performRemoteDisplayChange() argument 96 toRotation); in performRemoteDisplayChange() 104 fromRotation, toRotation, newDisplayAreaInfo, remoteCallback); in performRemoteDisplayChange()
|
H A D | PhysicalDisplaySwitchTransitionLauncher.java | 141 public void onDisplayUpdated(int fromRotation, int toRotation, in onDisplayUpdated() argument 146 .performRemoteDisplayChange(fromRotation, toRotation, newDisplayAreaInfo, in onDisplayUpdated()
|
H A D | DisplayRotation.java | 656 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation() argument 658 fromRotation, toRotation, null /* newDisplayAreaInfo */, in startRemoteRotation() 659 (transaction) -> continueRotation(toRotation, transaction) in startRemoteRotation() 2151 Record(DisplayRotation dr, int fromRotation, int toRotation) { 2153 mToRotation = toRotation; 2227 void addRecord(DisplayRotation dr, int toRotation) { 2232 mRecords.addLast(new Record(dr, fromRotation, toRotation));
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IDisplayChangeWindowController.aidl | 51 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() argument
|
H A D | DisplayCutout.java | 1168 int fromRotation, int toRotation) { in getRotated() argument 1172 final int rotation = RotationUtils.deltaRotation(fromRotation, toRotation); in getRotated() 1189 toRotation, info.getScale(), info.getPhysicalPixelDisplaySizeRatio()); in getRotated()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 239 displayId, fromRotation, toRotation, newDisplayAreaInfo, t) -> { 240 if (mPipTransitionController.handleRotateDisplay(fromRotation, toRotation, t)) { 243 if (mPipBoundsState.getDisplayLayout().rotation() == toRotation) { 254 onDisplayRotationChangedNotInPip(mContext, toRotation); 267 mTmpInsetBounds, displayId, fromRotation, toRotation, t); 1111 private void onDisplayRotationChangedNotInPip(Context context, int toRotation) { in onDisplayRotationChangedNotInPip() argument 1114 mPipDisplayLayoutState.rotateTo(toRotation); in onDisplayRotationChangedNotInPip() 1125 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged() argument 1127 if ((displayId != mPipDisplayLayoutState.getDisplayId()) || (fromRotation == toRotation)) { in onDisplayRotationChanged() 1151 mPipDisplayLayoutState.rotateTo(toRotation); in onDisplayRotationChanged()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedDisplayAreaOrganizer.java | 203 public void onRotateDisplay(Context context, int toRotation, WindowContainerTransaction wct) { in onRotateDisplay() argument 204 if (mDisplayLayout.rotation() == toRotation) { in onRotateDisplay() 207 mDisplayLayout.rotateTo(context.getResources(), toRotation); in onRotateDisplay() local
|
H A D | OneHandedController.java | 695 public void onDisplayChange(int displayId, int fromRotation, int toRotation, 712 mDisplayAreaOrganizer.onRotateDisplay(mContext, toRotation, wct);
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 453 (displayId, fromRotation, toRotation, newDisplayAreaInfo, t) -> { in onInit() 455 if (fromRotation != toRotation) { in onInit()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | StageCoordinator.java | 2294 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() argument 2298 mSplitLayout.rotateTo(toRotation); in onDisplayChange()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 1987 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in testRemoteRotation() 2077 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in testShellTransitRotation()
|