Home
last modified time | relevance | path

Searched refs:onTrackballEvent_impl (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/widget/
DViewGroupImpl.java54 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in ViewGroupImpl
55 return mSuperProvider.onTrackballEvent_impl(ev); in onTrackballEvent_impl()
DVideoView2Impl.java568 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in VideoView2Impl
575 return super.onTrackballEvent_impl(ev); in onTrackballEvent_impl()
DMediaControlView2Impl.java345 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in MediaControlView2Impl
/frameworks/base/media/java/android/media/update/
DViewGroupHelper.java74 return mProvider.onTrackballEvent_impl(ev); in onTrackballEvent()
164 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in ViewGroupHelper.SuperProvider
270 public boolean onTrackballEvent_impl(MotionEvent ev) { in onTrackballEvent_impl() method in ViewGroupHelper.PrivateProvider
DViewGroupProvider.java45 boolean onTrackballEvent_impl(MotionEvent ev); in onTrackballEvent_impl() method