Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java4957 private boolean mHoveringTouchDelegate = false; field in View
15597 final boolean oldHoveringTouchDelegate = mHoveringTouchDelegate; in dispatchTouchExplorationHoverEvent()
15619 mHoveringTouchDelegate = true; in dispatchTouchExplorationHoverEvent()
15625 mHoveringTouchDelegate = false; in dispatchTouchExplorationHoverEvent()
15630 if (oldHoveringTouchDelegate && mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()
15633 } else if (!oldHoveringTouchDelegate && mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()
15641 } else if (oldHoveringTouchDelegate && !mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()
15654 if (!oldHoveringTouchDelegate && mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()