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.java194 mNavigationBarView.getRotationButtonController().setRotateSuggestionButtonState(false);
344 mNavigationBarView.getRotationButtonController(); in onViewCreated()
481 mNavigationBarView.getRotationButtonController(); in onRotationProposal()
605 mNavigationBarView.getRotationButtonController().onDisable2FlagChanged(state2); in setDisabled2Flags()
DNavigationBarTransitions.java193 mView.getRotationButtonController().setDarkIntensity(darkIntensity); in applyDarkIntensity()
DNavigationBarView.java392 public RotationButtonController getRotationButtonController() { in getRotationButtonController() method in NavigationBarView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java276 when(view.getRotationButtonController()).thenReturn( in inflate()