Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java2218 public final boolean isHoverExitPending() { in isHoverExitPending() method in MotionEvent
DViewGroup.java2224 final boolean hoverExitPending = event.isHoverExitPending(); in dispatchHoverEvent()
2245 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending(); in dispatchHoverEvent()
DView.java16101 final boolean hoverExitPending = event.isHoverExitPending(); in dispatchTouchExplorationHoverEvent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61440 Landroid/view/MotionEvent;->isHoverExitPending()Z