Home
last modified time | relevance | path

Searched refs:onGenericMotionEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DGestureDetectorTest.java107 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener()
111 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnSetContextClickListener()
123 mGestureDetector.onGenericMotionEvent(mButtonPressSecondaryMotionEvent); in testOnContextClick()
130 mGestureDetector.onGenericMotionEvent(mButtonPressPrimaryMotionEvent); in testOnGenericMotionEvent()
DGestureDetectorCtsActivity.java161 mGestureDetector.onGenericMotionEvent(event); in onGenericMotion()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java734 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() method in TvInputServiceTest.CountingTvInputService.CountingSession