Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayChangeController.java76 private void onRotateDisplay(int displayId, final int fromRotation, final int toRotation, in onRotateDisplay()
98 final int toRotation, IDisplayWindowRotationCallback callback) { in onRotateDisplay()
119 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
/frameworks/base/core/java/android/view/
DIDisplayWindowRotationController.aidl50 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
/frameworks/native/include/ui/
DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
DTransform.h155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/frameworks/native/libs/ui/include_vndk/ui/
DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
DTransform.h155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/frameworks/native/libs/ui/include/ui/
DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
DTransform.h155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java185 public void onRotateDisplay(Context context, int toRotation, WindowContainerTransaction wct) { in onRotateDisplay()
195 mDisplayLayout.rotateTo(context.getResources(), toRotation); in onRotateDisplay() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java639 private void onDisplayRotationChangedNotInPip(Context context, int toRotation) { in onDisplayRotationChangedNotInPip()
642 mPipBoundsState.getDisplayLayout().rotateTo(context.getResources(), toRotation); in onDisplayRotationChangedNotInPip() local
653 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged()
678 mPipBoundsState.getDisplayLayout().rotateTo(context.getResources(), toRotation); in onDisplayRotationChanged() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java566 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation()
573 fromRotation, toRotation, mRemoteRotationCallback); in startRemoteRotation() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp62 ui::Rotation toRotation(uint32_t rotationFlag) { in toRotation() function