Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DRotationButtonController.java326 if (canShowRotationButton()) { in onRotationProposal()
359 if (canShowRotationButton() && mPendingRotationSuggestion) { in showPendingRotationButtonIfNeeded()
365 private boolean canShowRotationButton() { in canShowRotationButton() method in RotationButtonController