Searched refs:dispatchGenericMotionEvent (Results 1 – 7 of 7) sorted by relevance
35 public boolean dispatchGenericMotionEvent(MotionEvent ev) { in dispatchGenericMotionEvent() method in InputCtsActivity
16 app that would override `dispatchGenericMotionEvent` and `dispatchKeyEvent` of an activity.
195 mActivity::dispatchGenericMotionEvent); in dispatchHoverEventToActivity()
1823 assertFalse(view.dispatchGenericMotionEvent(event)); in testSetOnGenericMotionListener()1833 assertTrue(view.dispatchGenericMotionEvent(event2)); in testSetOnGenericMotionListener()1840 assertFalse(view.dispatchGenericMotionEvent(event3)); in testSetOnGenericMotionListener()
120 doReturn(true).when(mWindowCallback).dispatchGenericMotionEvent(any()); in setup()
643 mTvView.dispatchGenericMotionEvent(event); in verifyCommandDispatchGenericMotionEvent()
297 name: "dispatchGenericMotionEvent"2409 name: "dispatchGenericMotionEvent"