Searched refs:onMotionEvent (Results 1 – 3 of 3) sorted by relevance
37 mInputCallback.onMotionEvent(ev); in dispatchGenericMotionEvent()45 mInputCallback.onMotionEvent(ev); in dispatchTouchEvent()53 mInputCallback.onMotionEvent(ev); in dispatchTrackballEvent()
24 void onMotionEvent(MotionEvent ev); in onMotionEvent() method
270 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in InputTestCase.InputListener