/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayChangeController.java | 74 private void onRotateDisplay(int displayId, final int fromRotation, final int toRotation, in onRotateDisplay() 92 final int toRotation, IDisplayWindowRotationCallback callback) { in onRotateDisplay() 113 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowRotationController.aidl | 50 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
H A D | Transform.h | 155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
H A D | Transform.h | 155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
|
/aosp12/frameworks/native/include/ui/ |
H A D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
H A D | Transform.h | 155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedDisplayAreaOrganizer.java | 183 public void onRotateDisplay(Context context, int toRotation, WindowContainerTransaction wct) { in onRotateDisplay() 187 mDisplayLayout.rotateTo(context.getResources(), toRotation); in onRotateDisplay() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 700 private void onDisplayRotationChangedNotInPip(Context context, int toRotation) { in onDisplayRotationChangedNotInPip() 703 mPipBoundsState.getDisplayLayout().rotateTo(context.getResources(), toRotation); in onDisplayRotationChangedNotInPip() local 714 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged() 739 mPipBoundsState.getDisplayLayout().rotateTo(context.getResources(), toRotation); in onDisplayRotationChanged() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotation.java | 563 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation() 570 fromRotation, toRotation, mRemoteRotationCallback); in startRemoteRotation() local
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputLayerTest.cpp | 62 ui::Rotation toRotation(uint32_t rotationFlag) { in toRotation() function
|