Home
last modified time | relevance | path

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

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