Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java100 private int mLastRotationSuggestion; field in RotationButtonController
447 mLastRotationSuggestion = rotation; // Remember rotation for click in onRotationProposal()
571 "%s\tmLastRotationSuggestion=%d", prefix, mLastRotationSuggestion)); in dumpLogs()
595 setRotationLockedAtAngle(mLastRotationSuggestion); in onRotateSuggestionClick()
596 Log.i(TAG, "onRotateSuggestionClick() mLastRotationSuggestion=" + mLastRotationSuggestion); in onRotateSuggestionClick()