Searched refs:onTrackballEvent_impl (Results 1 – 5 of 5) sorted by relevance
54 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in ViewGroupImpl55 return mSuperProvider.onTrackballEvent_impl(ev); in onTrackballEvent_impl()
568 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in VideoView2Impl575 return super.onTrackballEvent_impl(ev); in onTrackballEvent_impl()
345 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in MediaControlView2Impl
74 return mProvider.onTrackballEvent_impl(ev); in onTrackballEvent()164 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in ViewGroupHelper.SuperProvider270 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in ViewGroupHelper.PrivateProvider
45 boolean onTrackballEvent_impl(MotionEvent ev); in onTrackballEvent_impl() method