Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DIDisplayWindowListener.aidl53 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayController.java214 private void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in DisplayController
287 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in DisplayController.DisplayWindowListenerImpl
327 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted() method
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java302 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted() method in CameraServiceProxy.DisplayWindowListener
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java787 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in PipTaskOrganizer