Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DIDisplayWindowListener.aidl56 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayController.java252 private void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in DisplayController
340 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in DisplayController.DisplayWindowListenerImpl
389 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransitionController.java126 public void onFixedRotationStarted() { in onFixedRotationStarted() method in PipTransitionController
H A DPipTransition.java477 public void onFixedRotationStarted() { in onFixedRotationStarted() method in PipTransition
H A DPipTaskOrganizer.java1038 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in PipTaskOrganizer
/aosp14/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java325 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted() method in CameraServiceProxy.DisplayWindowListener