Home
last modified time | relevance | path

Searched defs:dispatchGenericMotionEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/input/
DInputEventInterceptTestActivity.java37 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in InputEventInterceptTestActivity
/cts/tests/input/src/android/input/cts/
DCaptureEventActivity.kt29 override fun dispatchGenericMotionEvent(ev: MotionEvent?): Boolean { in dispatchGenericMotionEvent() method in android.input.cts.CaptureEventActivity
/cts/tests/tests/hardware/src/android/hardware/input/cts/
DInputCtsActivity.java41 public boolean dispatchGenericMotionEvent(MotionEvent ev) { in dispatchGenericMotionEvent() method in InputCtsActivity