Home
last modified time | relevance | path

Searched refs:setRotateSuggestionButtonState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarRotationContextTest.java97 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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java132 () -> setRotateSuggestionButtonState(false /* visible */);
309 public void setRotateSuggestionButtonState(boolean visible) { in setRotateSuggestionButtonState() method in RotationButtonController
310 setRotateSuggestionButtonState(visible, false /* force */); in setRotateSuggestionButtonState()
313 void setRotateSuggestionButtonState(final boolean visible, final boolean force) { in setRotateSuggestionButtonState() method in RotationButtonController
408 setRotateSuggestionButtonState(false, true /* hideImmediately */); in updateRotationButtonStateInOverview()
433 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal()
440 setRotateSuggestionButtonState(false /* visible */); in onRotationProposal()
493 setRotateSuggestionButtonState(false /* visible */, true /* forced */); in onRotationWatcherChanged()
611 setRotateSuggestionButtonState(false /* visible */, true /* force */); in onRotationSuggestionsDisabled()
616 setRotateSuggestionButtonState(true /* visible */); in showAndLogRotationSuggestion()
[all …]