Home
last modified time | relevance | path

Searched defs:toRotation (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayChangeController.java74 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 DIDisplayWindowRotationController.aidl50 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
H A DTransform.h155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
H A DTransform.h155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/aosp12/frameworks/native/include/ui/
H A DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
H A DTransform.h155 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 DOneHandedDisplayAreaOrganizer.java183 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 DPipController.java700 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 DDisplayRotation.java563 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 DOutputLayerTest.cpp62 ui::Rotation toRotation(uint32_t rotationFlag) { in toRotation() function