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