Searched refs:hoverExitPending (Results 1 – 3 of 3) sorted by relevance
2207 public void setHoverExitPending(boolean hoverExitPending) { in setHoverExitPending() argument2209 nativeSetFlags(mNativePtr, hoverExitPending in setHoverExitPending()
2223 final boolean hoverExitPending = event.isHoverExitPending(); in dispatchHoverEvent()2227 event.setHoverExitPending(hoverExitPending); in dispatchHoverEvent()
15643 final boolean hoverExitPending = event.isHoverExitPending(); in dispatchTouchExplorationHoverEvent()15648 eventNoHistory.setHoverExitPending(hoverExitPending); in dispatchTouchExplorationHoverEvent()