Home
last modified time | relevance | path

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

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java90 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testWorkspacePagesBound()
108 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testAllAppsScroll()
128 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testWidgetsListScroll()
152 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testFolderPageScroll()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java758 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in TunableTvView
759 return mCanReceiveInputEvent && mTvView.dispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java797 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in SendUi