Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/
DInputCtsActivity.java30 public boolean dispatchGenericMotionEvent(MotionEvent ev) { in dispatchGenericMotionEvent() method in InputCtsActivity
/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java118 doReturn(true).when(mWindowCallback).dispatchGenericMotionEvent(any()); in setup()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java643 mTvView.dispatchGenericMotionEvent(event); in verifyCommandDispatchGenericMotionEvent()