Searched refs:onTouchExplorationHoverEvent (Results 1 – 4 of 4) sorted by relevance
170 public boolean onTouchExplorationHoverEvent(@NonNull MotionEvent event) { in onTouchExplorationHoverEvent() method in TouchDelegate
16716 handled = mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()16722 handled = mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()16724 handled |= mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()16729 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()16734 mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()16739 handled = mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()16744 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
51932 method public boolean onTouchExplorationHoverEvent(@NonNull android.view.MotionEvent);