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 | 298 public void onDisplayRotationChangedNotInPip(int toRotation) { in onDisplayRotationChangedNotInPip() 301 mDisplayLayout.rotateTo(mContext.getResources(), toRotation); in onDisplayRotationChangedNotInPip() local 318 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged() 340 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 | 509 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation() 516 fromRotation, toRotation, mRemoteRotationCallback); in startRemoteRotation() local
|