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.java69 private boolean mPendingRotationSuggestion; field in RotationButtonController
82 () -> mPendingRotationSuggestion = false;
200 mPendingRotationSuggestion = false; in setRotateSuggestionButtonState()
296 mPendingRotationSuggestion = true; in onRotationProposal()
313 if (showing && mPendingRotationSuggestion) { in onNavigationBarWindowVisibilityChange()