Searched refs:onGenericMotion (Results 1 – 2 of 2) sorted by relevance
98 public boolean onGenericMotion(View v, MotionEvent event) { in onGenericMotion() method in GestureDetectorCtsActivity.MockOnTouchListener
1835 doReturn(true).when(listener).onGenericMotion(any(), any()); in testSetOnGenericMotionListener()