Searched refs:dispatchGenericMotionEvent (Results 1 – 14 of 14) sorted by relevance
37 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in InputEventInterceptTestActivity
206 mActivity::dispatchGenericMotionEvent); in dispatchHoverEventToActivity()
1893 assertFalse(view.dispatchGenericMotionEvent(event)); in testSetOnGenericMotionListener()1903 assertTrue(view.dispatchGenericMotionEvent(event2)); in testSetOnGenericMotionListener()1910 assertFalse(view.dispatchGenericMotionEvent(event3)); in testSetOnGenericMotionListener()
48 override fun dispatchGenericMotionEvent(ev: MotionEvent?): Boolean { in dispatchGenericMotionEvent() method in android.input.cts.CaptureEventActivity
118 override fun dispatchGenericMotionEvent(ev: MotionEvent?): Boolean { in dispatchGenericMotionEvent() method in android.input.cts.TwoWindowsActivity
42 public boolean dispatchGenericMotionEvent(MotionEvent ev) { in dispatchGenericMotionEvent() method in InputCtsActivity
22 app that would override `dispatchGenericMotionEvent` and `dispatchKeyEvent` of an activity.
1122 assertTrue(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromRotaryStretchesLeft()1139 assertFalse(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromMouseDoesNotStretchLeft()1160 assertTrue(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromRotaryStretchesRight()1182 assertFalse(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromMouseDoesNotStretchRight()
1262 assertTrue(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromRotaryStretchesTop()1278 assertFalse(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromMouseDoesNotStretchTop()1298 assertTrue(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromRotaryStretchesBottom()1320 assertFalse(mScrollViewStretch.dispatchGenericMotionEvent( in scrollFromMouseDoesNotStretchBottom()
1363 assertTrue(mListViewStretch.dispatchGenericMotionEvent( in scrollFromRotaryStretchesTop()1380 assertFalse(mListViewStretch.dispatchGenericMotionEvent( in scrollFromMouseDoesNotStretchTop()1398 assertTrue(mListViewStretch.dispatchGenericMotionEvent( in scrollFromRotaryStretchesBottom()1417 assertFalse(mListViewStretch.dispatchGenericMotionEvent( in scrollFromMouseDoesNotStretchBottom()
133 doReturn(true).when(mWindowCallback).dispatchGenericMotionEvent(any()); in setup()
717 onTvView(tvView -> tvView.dispatchGenericMotionEvent(event)); in verifyCommandDispatchGenericMotionEvent()
297 name: "dispatchGenericMotionEvent"2409 name: "dispatchGenericMotionEvent"
4406 method public boolean dispatchGenericMotionEvent(android.view.MotionEvent);5511 method public boolean dispatchGenericMotionEvent(@NonNull android.view.MotionEvent);20712 …method public void dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmet…41001 method public boolean dispatchGenericMotionEvent(android.view.MotionEvent);52547 method public boolean dispatchGenericMotionEvent(android.view.MotionEvent);54240 method public boolean dispatchGenericMotionEvent(android.view.MotionEvent);56419 …method public void dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmet…