Home
last modified time | relevance | path

Searched refs:onRotate (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DMultiListLayout.java96 mRotationListener.onRotate(from, to); in rotate()
154 void onRotate(int from, int to); in onRotate() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java299 onRotate(); in onConfigurationChanged()
364 private void onRotate() { in onRotate() method in WindowMagnificationController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java2330 mGlobalActionsLayout.setRotationListener(this::onRotate);
2530 public void onRotate(int from, int to) {