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.java94 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testWorkspacePagesBound()
112 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testAllAppsScroll()
132 launcher.dispatchGenericMotionEvent(createScrollEvent(-1)); in testWidgetsListScroll()
156 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.java791 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in SendUi