Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DHandwritingInitiator.java403 if (!event.isStylusPointer() || !event.isHoverEvent()) { in findHoverView()
H A DMotionEvent.java2361 public boolean isHoverEvent() { in isHoverEvent() method in MotionEvent
H A DViewRootImpl.java7260 && event.isHoverEvent() in maybeUpdatePointerIcon()