Searched refs:dispatchGenericMotionEvent (Results 1 – 3 of 3) sorted by relevance
94 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()
758 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in TunableTvView759 return mCanReceiveInputEvent && mTvView.dispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
791 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in SendUi