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 | 75 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnInvalidRotationProposal() 83 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnSameRotationProposal() 91 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 93 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 99 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 101 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 106 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 114 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton() 116 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton() 122 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | RotationButtonController.java | 76 () -> setRotateSuggestionButtonState(false /* visible */); 97 setRotateSuggestionButtonState(false /* visible */, true /* forced */); 175 void setRotateSuggestionButtonState(boolean visible) { in setRotateSuggestionButtonState() method in RotationButtonController 176 setRotateSuggestionButtonState(visible, false /* force */); in setRotateSuggestionButtonState() 179 void setRotateSuggestionButtonState(final boolean visible, final boolean force) { in setRotateSuggestionButtonState() method in RotationButtonController 260 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 267 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 336 setRotateSuggestionButtonState(false /* visible */, true /* force */); in onRotationSuggestionsDisabled() 341 setRotateSuggestionButtonState(true /* visible */); in showAndLogRotationSuggestion() 416 setRotateSuggestionButtonState(false /* visible */); in onTaskStackChanged() [all …]
|
D | NavigationBarFragment.java | 195 mNavigationBarView.getRotationButtonController().setRotateSuggestionButtonState(false);
|