Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java427 public RotationContextButton getRotateSuggestionButton() { in getRotateSuggestionButton() method in NavigationBarView
805 getRotateSuggestionButton().onNavigationModeChanged(mNavBarMode); in onNavigationModeChanged()
852 updateButtonLocation(getRotateSuggestionButton(), mRotationButtonBounds, true); in onLayout()
1132 dumpButton(pw, "rota", getRotateSuggestionButton()); in dump()
DNavigationBarFragment.java344 mNavigationBarView.getRotateSuggestionButton().setListener(mRotationButtonListener); in onViewCreated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java272 when(view.getRotateSuggestionButton()).thenReturn(mock(RotationContextButton.class)); in inflate()