Searched defs:toRotation (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IDisplayWindowRotationController.aidl | 50 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
|
/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/ |
D | PipBoundsHandler.java | 296 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/ |
D | DisplayChangeController.java | 106 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayRotation.java | 511 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation() 518 fromRotation, toRotation, mRemoteRotationCallback); in startRemoteRotation() local
|