Searched refs:onMotionEvent (Results 1 – 3 of 3) sorted by relevance
43 mInputCallback.onMotionEvent(ev); in dispatchGenericMotionEvent()51 mInputCallback.onMotionEvent(ev); in dispatchTouchEvent()59 mInputCallback.onMotionEvent(ev); in dispatchTrackballEvent()
24 void onMotionEvent(MotionEvent ev); in onMotionEvent() method
385 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in InputTestCase.InputListener