Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DTouchDelegate.java170 public boolean onTouchExplorationHoverEvent(@NonNull MotionEvent event) { in onTouchExplorationHoverEvent() method in TouchDelegate
H A DView.java16716 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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51932 method public boolean onTouchExplorationHoverEvent(@NonNull android.view.MotionEvent);