Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/rotation/
H A DRotationButtonControllerTest.kt57 assertThat(mController.canShowRotationButton()).isFalse()
61 assertThat(mController.canShowRotationButton()).isTrue()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java456 if (canShowRotationButton()) { in onRotationProposal()
533 if (canShowRotationButton() && mPendingRotationSuggestion) { in showPendingRotationButtonIfNeeded()
543 boolean canShowRotationButton() { in canShowRotationButton() method in RotationButtonController