Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java5364 private boolean mHoveringTouchDelegate = false; field in View
17496 final boolean oldHoveringTouchDelegate = mHoveringTouchDelegate; in dispatchTouchExplorationHoverEvent()
17518 mHoveringTouchDelegate = true; in dispatchTouchExplorationHoverEvent()
17524 mHoveringTouchDelegate = false; in dispatchTouchExplorationHoverEvent()
17529 if (oldHoveringTouchDelegate && mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()
17532 } else if (!oldHoveringTouchDelegate && mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()
17540 } else if (oldHoveringTouchDelegate && !mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()
17553 if (!oldHoveringTouchDelegate && mHoveringTouchDelegate) { in dispatchTouchExplorationHoverEvent()