Searched refs:setRotateSuggestionButtonState (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | NavigationBarRotationContextTest.java | 73 .setRotateSuggestionButtonState(false /* visible */); in testOnInvalidRotationProposal() 81 .setRotateSuggestionButtonState(false /* visible */); in testOnSameRotationProposal() 90 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 92 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 98 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 100 verify(mRotationButtonController, times(0)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 105 verify(mRotationButtonController, times(1)).setRotateSuggestionButtonState( in testOnRotationProposalShowButtonShowNav() 114 .setRotateSuggestionButtonState(false /* visible */); in testOnRotationProposalShowButton() 116 .setRotateSuggestionButtonState(true /* visible */); in testOnRotationProposalShowButton() 122 .setRotateSuggestionButtonState(true /* visible */); in testOnRotationProposalShowButton()
|
/aosp12/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()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | RotationButtonController.java | 115 () -> setRotateSuggestionButtonState(false /* visible */); 250 public void setRotateSuggestionButtonState(boolean visible) { in setRotateSuggestionButtonState() method in RotationButtonController 251 setRotateSuggestionButtonState(visible, false /* force */); in setRotateSuggestionButtonState() 340 setRotateSuggestionButtonState(false, true /* hideImmediately */); in updateRotationButtonStateInOverview() 359 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 366 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal() 470 setRotateSuggestionButtonState(false /* visible */, true /* force */); in onRotationSuggestionsDisabled() 475 setRotateSuggestionButtonState(true /* visible */); in showAndLogRotationSuggestion() 548 setRotateSuggestionButtonState(false /* visible */); in onTaskStackChanged() 553 setRotateSuggestionButtonState(false /* visible */); in onTaskRemoved() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 335 mNavigationBarView.getRotationButtonController().setRotateSuggestionButtonState(false);
|