Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java70 private boolean mHoveringRotationSuggestion; field in RotationButtonController
335 mHoveringRotationSuggestion = (action == MotionEvent.ACTION_HOVER_ENTER) in onRotateSuggestionHover()
407 mHoveringRotationSuggestion ? 16000 : 5000, in computeRotationProposalTimeout()