Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java87 private boolean mPendingRotationSuggestion; field in RotationButtonController
117 () -> mPendingRotationSuggestion = false;
268 mPendingRotationSuggestion = false; in setRotateSuggestionButtonState()
386 mPendingRotationSuggestion = true; in onRotationProposal()
421 if (canShowRotationButton() && mPendingRotationSuggestion) { in showPendingRotationButtonIfNeeded()