Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java101 private boolean mHoveringRotationSuggestion; field in RotationButtonController
575 "%s\tmHoveringRotationSuggestion=%b", prefix, mHoveringRotationSuggestion)); in dumpLogs()
603 mHoveringRotationSuggestion = (action == MotionEvent.ACTION_HOVER_ENTER) in onRotateSuggestionHover()
660 mHoveringRotationSuggestion ? 16000 : 5000, in computeRotationProposalTimeout()