Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java66 private boolean mPendingRotationSuggestion; field in RotationButtonController
78 () -> mPendingRotationSuggestion = false;
193 mPendingRotationSuggestion = false; in setRotateSuggestionButtonState()
289 mPendingRotationSuggestion = true; in onRotationProposal()
306 if (showing && mPendingRotationSuggestion) { in onNavigationBarWindowVisibilityChange()