/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayChangeController.java | 85 int fromRotation, int toRotation, DisplayAreaInfo newDisplayAreaInfo) { in dispatchOnDisplayChange() 97 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() 116 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() 142 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
|
D | DisplayController.java | 220 Rect startAbsBounds, Rect endAbsBounds, int fromRotation, int toRotation) { in onDisplayChangeRequested() 237 dr.mDisplayLayout.rotateTo(dr.mContext.getResources(), toRotation); in onDisplayChangeRequested() local
|
D | DisplayLayout.java | 236 public void rotateTo(Resources res, @Surface.Rotation int toRotation) { in rotateTo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/appzoomout/ |
D | AppZoomOutDisplayAreaOrganizer.java | 151 void onRotateDisplay(Context context, int toRotation) { in onRotateDisplay() 155 mDisplayLayout.rotateTo(context.getResources(), toRotation); in onRotateDisplay() local
|
D | AppZoomOutController.java | 140 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
|
/frameworks/base/core/java/android/view/ |
D | IDisplayChangeWindowController.aidl | 51 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/ |
D | DisplayRotation.kt | 27 fun DisplayRotation.toRotation(): Int = in DisplayRotation() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DeferredDisplayUpdater.java | 259 final int toRotation = mDisplayContent.getRotation(); in getCurrentDisplayChange() local 280 final int toRotation = mDisplayContent.getRotation(); in onDisplayUpdated() local
|
D | RemoteDisplayChangeController.java | 80 int fromRotation, int toRotation, in performRemoteDisplayChange()
|
D | DisplayRotation.java | 626 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation() 2073 Record(DisplayRotation dr, int fromRotation, int toRotation) { in Record() 2147 void addRecord(DisplayRotation dr, int toRotation) { in addRecord()
|
/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 38 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
D | Transform.h | 156 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
|
/frameworks/native/include/ui/ |
D | Rotation.h | 38 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
D | Transform.h | 156 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 38 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
D | Transform.h | 156 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedDisplayAreaOrganizer.java | 210 public void onRotateDisplay(Context context, int toRotation, WindowContainerTransaction wct) { in onRotateDisplay() 214 mDisplayLayout.rotateTo(context.getResources(), toRotation); in onRotateDisplay() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 1141 private void onDisplayRotationChangedNotInPip(Context context, int toRotation) { in onDisplayRotationChangedNotInPip() 1155 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipController.java | 329 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputLayerTest.cpp | 71 ui::Rotation toRotation(uint32_t rotationFlag) { in toRotation() function
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 521 (displayId, fromRotation, toRotation, newDisplayAreaInfo, t) -> { in onInit() argument
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 2728 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
|