Searched refs:mHoveringTouchDelegate (Results 1 – 1 of 1) sorted by relevance
5364 private boolean mHoveringTouchDelegate = false; field in View17496 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()