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