Home
last modified time | relevance | path

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

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