Searched refs:setRotateSuggestionButtonState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarRotationContextTest.java | 73 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnInvalidRotationProposal() 81 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnSameRotationProposal() 89 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 91 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 97 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 99 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 104 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 112 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton() 114 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton() 120 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | RotationButtonController.java | 80 () -> setRotateSuggestionButtonState(false /* visible */); 101 setRotateSuggestionButtonState(false /* visible */, true /* forced */); 182 void setRotateSuggestionButtonState(boolean visible) { in setRotateSuggestionButtonState() method in RotationButtonController 183 setRotateSuggestionButtonState(visible, false /* force */); in setRotateSuggestionButtonState() 186 void setRotateSuggestionButtonState(final boolean visible, final boolean force) { in setRotateSuggestionButtonState() method in RotationButtonController 267 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 274 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 343 setRotateSuggestionButtonState(false /* visible */, true /* force */); in onRotationSuggestionsDisabled() 348 setRotateSuggestionButtonState(true /* visible */); in showAndLogRotationSuggestion() 436 setRotateSuggestionButtonState(false /* visible */); in onTaskStackChanged() [all …]
|
D | NavigationBarFragment.java | 292 mNavigationBarView.getRotationButtonController().setRotateSuggestionButtonState(false);
|