Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java81 private final Runnable mCancelPendingRotationProposal = field in RotationButtonController
201 mMainThreadHandler.removeCallbacks(mCancelPendingRotationProposal); in setRotateSuggestionButtonState()
297 mMainThreadHandler.removeCallbacks(mCancelPendingRotationProposal); in onRotationProposal()
298 mMainThreadHandler.postDelayed(mCancelPendingRotationProposal, in onRotationProposal()