Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java2207 public void setHoverExitPending(boolean hoverExitPending) { in setHoverExitPending() argument
2209 nativeSetFlags(mNativePtr, hoverExitPending in setHoverExitPending()
H A DViewGroup.java2223 final boolean hoverExitPending = event.isHoverExitPending(); in dispatchHoverEvent()
2227 event.setHoverExitPending(hoverExitPending); in dispatchHoverEvent()
H A DView.java15643 final boolean hoverExitPending = event.isHoverExitPending(); in dispatchTouchExplorationHoverEvent()
15648 eventNoHistory.setHoverExitPending(hoverExitPending); in dispatchTouchExplorationHoverEvent()