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.java77 private final Runnable mCancelPendingRotationProposal = field in RotationButtonController
194 mMainThreadHandler.removeCallbacks(mCancelPendingRotationProposal); in setRotateSuggestionButtonState()
290 mMainThreadHandler.removeCallbacks(mCancelPendingRotationProposal); in onRotationProposal()
291 mMainThreadHandler.postDelayed(mCancelPendingRotationProposal, in onRotationProposal()