Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayChangeController.java85 int fromRotation, int toRotation, DisplayAreaInfo newDisplayAreaInfo) { in dispatchOnDisplayChange()
97 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
116 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
142 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
DDisplayController.java197 int fromRotation, int toRotation) { in onDisplayRotateRequested()
206 dr.mDisplayLayout.rotateTo(dr.mContext.getResources(), toRotation); in onDisplayRotateRequested() local
DDisplayLayout.java223 public void rotateTo(Resources res, @Surface.Rotation int toRotation) { in rotateTo()
/frameworks/base/core/java/android/view/
DIDisplayChangeWindowController.aidl51 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DDisplayRotation.kt27 fun DisplayRotation.toRotation(): Int = in DisplayRotation() method
/frameworks/base/services/core/java/com/android/server/wm/
DDeferredDisplayUpdater.java256 final int toRotation = mDisplayContent.getRotation(); in getCurrentDisplayChange() local
277 final int toRotation = mDisplayContent.getRotation(); in onDisplayUpdated() local
DRemoteDisplayChangeController.java80 int fromRotation, int toRotation, in performRemoteDisplayChange()
DPhysicalDisplaySwitchTransitionLauncher.java157 public void onDisplayUpdated(int fromRotation, int toRotation, in onDisplayUpdated()
DDisplayRotation.java673 private void startRemoteRotation(int fromRotation, int toRotation) { in startRemoteRotation()
2263 Record(DisplayRotation dr, int fromRotation, int toRotation) { in Record()
2339 void addRecord(DisplayRotation dr, int toRotation) { in addRecord()
/frameworks/native/include/ui/
DRotation.h38 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
DTransform.h156 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/frameworks/native/libs/ui/include/ui/
DRotation.h38 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
DTransform.h156 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/frameworks/native/libs/ui/include_vndk/ui/
DRotation.h38 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() function
DTransform.h156 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() function
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java204 public void onRotateDisplay(Context context, int toRotation, WindowContainerTransaction wct) { in onRotateDisplay()
208 mDisplayLayout.rotateTo(context.getResources(), toRotation); in onRotateDisplay() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1111 private void onDisplayRotationChangedNotInPip(Context context, int toRotation) { in onDisplayRotationChangedNotInPip()
1125 int displayId, int fromRotation, int toRotation, WindowContainerTransaction t) { in onDisplayRotationChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java481 (displayId, fromRotation, toRotation, newDisplayAreaInfo, t) -> { in onInit() argument
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp69 ui::Rotation toRotation(uint32_t rotationFlag) { in toRotation() function
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2562 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange()