Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIDisplayWindowListener.aidl56 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransitionController.java142 public void onFixedRotationStarted() { in onFixedRotationStarted() method in PipTransitionController
DPipTransition.java571 public void onFixedRotationStarted() { in onFixedRotationStarted() method in PipTransition
DPipTaskOrganizer.java1136 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in PipTaskOrganizer
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java558 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted() method in CameraServiceProxy.DisplayWindowListener