Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIDisplayWindowRotationController.aidl50 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
/frameworks/native/libs/ui/include/ui/
DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
/frameworks/native/libs/ui/include_vndk/ui/
DRotation.h31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipBoundsHandler.java296 public void onDisplayRotationChangedNotInPip(int toRotation) { in onDisplayRotationChangedNotInPip()
299 mDisplayLayout.rotateTo(mContext.getResources(), toRotation); in onDisplayRotationChangedNotInPip() local
316 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged()
338 mDisplayLayout.rotateTo(mContext.getResources(), toRotation); in onDisplayRotationChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayChangeController.java106 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java511 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation()
518 fromRotation, toRotation, mRemoteRotationCallback); in startRemoteRotation() local