Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayController.java139 public void onFixedRotationStarted(int displayId, int newRotation) {
148 mDisplayChangedListeners.get(i).onFixedRotationStarted(
272 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted() method
/frameworks/base/core/java/android/view/
DIDisplayWindowListener.aidl52 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted() method
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowListenerController.java103 mDisplayListeners.getBroadcastItem(i).onFixedRotationStarted( in dispatchFixedRotationStarted()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTaskManagerServiceTests.java156 public void onFixedRotationStarted(int displayId, int newRotation) {} in testDisplayWindowListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java135 public void onFixedRotationStarted(int displayId, int newRotation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipTaskOrganizer.java525 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() method in PipTaskOrganizer