Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIDisplayWindowListener.aidl52 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayController.java272 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipTaskOrganizer.java590 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in PipTaskOrganizer