Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DTouchDelegate.java170 public boolean onTouchExplorationHoverEvent(@NonNull MotionEvent event) { in onTouchExplorationHoverEvent() method in TouchDelegate
DView.java14963 handled = mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
14969 handled = mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
14971 handled |= mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
14976 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
14981 mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
14986 handled = mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
14991 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
/frameworks/base/non-updatable-api/
Dcurrent.txt51400 method public boolean onTouchExplorationHoverEvent(@NonNull android.view.MotionEvent);
/frameworks/base/api/
Dcurrent.txt51544 method public boolean onTouchExplorationHoverEvent(@NonNull android.view.MotionEvent);