Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java100 private boolean mPendingRotationSuggestion; field in RotationButtonController
134 () -> mPendingRotationSuggestion = false;
327 mPendingRotationSuggestion = false; in setRotateSuggestionButtonState()
461 mPendingRotationSuggestion = true; in onRotationProposal()
533 if (canShowRotationButton() && mPendingRotationSuggestion) { in showPendingRotationButtonIfNeeded()
573 "%s\tmPendingRotationSuggestion=%b", prefix, mPendingRotationSuggestion)); in dumpLogs()