Searched defs:onTouch (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoFullScreen.java343 public boolean onTouch(View v, MotionEvent event) { method in class:HTML5VideoFullScreen
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java533 public boolean onTouch(View v, MotionEvent event) { method in class:ZoomButtonsController
H A DListPopupWindow.java1266 public boolean onTouch(View v, MotionEvent event) { method in class:ListPopupWindow.PopupTouchInterceptor
H A DCalendarView.java1439 public boolean onTouch(View v, MotionEvent event) { method in class:CalendarView.WeeksAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java607 public boolean onTouch(View v, MotionEvent ev) { method in class:RecentsPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java515 public boolean onTouch(View v, MotionEvent ev) { method in class:BaseStatusBar.TouchOutsideListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java201 public boolean onTouch(View v, MotionEvent event) {
564 public boolean onTouch(View v, MotionEvent ev) {
1301 public boolean onTouch(View v, MotionEvent event) { method in class:TabletStatusBar.NotificationTriggerTouchListener
1381 public boolean onTouch(View v, MotionEvent event) { method in class:TabletStatusBar.NotificationIconTouchListener
/frameworks/base/core/java/android/view/
H A DView.java7123 && li.mOnTouchListener.onTouch(this, event)) {
17028 boolean onTouch(View v, MotionEvent event); method in interface:View.OnTouchListener

Completed in 474 milliseconds