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/
DNavigationBarFragment.java161 private boolean mHoveringRotationSuggestion; field in NavigationBarFragment
610 if (mHoveringRotationSuggestion) return 16000; in computeRotationProposalTimeout()
1003 mHoveringRotationSuggestion = (action == MotionEvent.ACTION_HOVER_ENTER) in onRotateSuggestionHover()