Searched refs:dispatchGenericMotionEvent (Results 1 – 3 of 3) sorted by relevance
85 boolean dispatchGenericMotionEvent(MotionEvent ev); in dispatchGenericMotionEvent() method
114 mContainer.dispatchGenericMotionEvent(ev); in onHoverEvent()
796 public boolean dispatchGenericMotionEvent(MotionEvent event) { in dispatchGenericMotionEvent() method in TunableTvView797 return mCanReceiveInputEvent && mTvView.dispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()