Searched refs:setRotateSuggestionButtonState (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarRotationContextTest.java | 97 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnInvalidRotationProposal() 105 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnSameRotationProposal() 115 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 117 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 123 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 125 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 130 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 138 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton() 140 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton() 146 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButton()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | RotationButtonController.java | 133 () -> setRotateSuggestionButtonState(false /* visible */); 310 public void setRotateSuggestionButtonState(boolean visible) { in setRotateSuggestionButtonState() method in RotationButtonController 311 setRotateSuggestionButtonState(visible, false /* force */); in setRotateSuggestionButtonState() 409 setRotateSuggestionButtonState(false, true /* hideImmediately */); in updateRotationButtonStateInOverview() 434 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 441 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 610 setRotateSuggestionButtonState(false /* visible */, true /* force */); in onRotationSuggestionsDisabled() 615 setRotateSuggestionButtonState(true /* visible */); in showAndLogRotationSuggestion() 688 setRotateSuggestionButtonState(false /* visible */); in onTaskStackChanged() 693 setRotateSuggestionButtonState(false /* visible */); in onTaskRemoved() [all …]
|