Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java292 mNavigationBarView.getRotationButtonController().setRotateSuggestionButtonState(false);
334 mNavigationBarView.getRotationButtonController().setSkipOverrideUserLockPrefsOnce();
340 mNavigationBarView.getRotationButtonController().setSkipOverrideUserLockPrefsOnce();
510 mNavigationBarView.getRotationButtonController(); in onViewCreated()
779 mNavigationBarView.getRotationButtonController(); in onRotationProposal()
933 mNavigationBarView.getRotationButtonController().onDisable2FlagChanged(state2); in setDisabled2Flags()
DNavigationBarTransitions.java194 mView.getRotationButtonController().setDarkIntensity(darkIntensity); in applyDarkIntensity()
DNavigationBarView.java437 public RotationButtonController getRotationButtonController() { in getRotationButtonController() method in NavigationBarView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java330 when(view.getRotationButtonController()).thenReturn( in inflate()