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.java67 private boolean mHoveringRotationSuggestion; field in RotationButtonController
328 mHoveringRotationSuggestion = (action == MotionEvent.ACTION_HOVER_ENTER) in onRotateSuggestionHover()
387 mHoveringRotationSuggestion ? 16000 : 5000, in computeRotationProposalTimeout()