Home
last modified time | relevance | path

Searched refs:getRotationButtonController (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java365 mView.getRotationButtonController().onRotationWatcherChanged(rotation);
403 mView.getRotationButtonController().setHomeRotationEnabled(enabled);
411 mView.getRotationButtonController().setSkipOverrideUserLockPrefsOnce();
422 mView.getRotationButtonController().setSkipOverrideUserLockPrefsOnce();
793 mView.getRotationButtonController(); in onViewAttached()
1103 mView.getRotationButtonController(); in onRotationProposal()
1122 mView.getRotationButtonController().setRecentsAnimationRunning(running); in onRecentsAnimationStateChanged()
1247 mView.getRotationButtonController().onDisable2FlagChanged(state2); in setDisabled2Flags()
H A DNavigationBarTransitions.java193 mView.getRotationButtonController().setDarkIntensity(darkIntensity); in applyDarkIntensity()
H A DNavigationBarView.java404 public RotationButtonController getRotationButtonController() { in getRotationButtonController() method in NavigationBarView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java235 when(mNavigationBarView.getRotationButtonController()) in setup()