Searched refs:canShowRotationButton (Results 1 – 2 of 2) sorted by relevance
57 assertThat(mController.canShowRotationButton()).isFalse()61 assertThat(mController.canShowRotationButton()).isTrue()
456 if (canShowRotationButton()) { in onRotationProposal()533 if (canShowRotationButton() && mPendingRotationSuggestion) { in showPendingRotationButtonIfNeeded()543 boolean canShowRotationButton() { in canShowRotationButton() method in RotationButtonController