Searched refs:onInterceptTouchEvent (Results 1 - 25 of 49) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DTouchController.java7 boolean onInterceptTouchEvent(MotionEvent ev); method in interface:TouchController
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DActivityTouchLinearLayout.java38 public boolean onInterceptTouchEvent (MotionEvent ev) { method in class:ActivityTouchLinearLayout
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPagingAwareViewPager.java75 public boolean onInterceptTouchEvent(final MotionEvent event) { method in class:PagingAwareViewPager
79 return super.onInterceptTouchEvent(event);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTouchlessScrollView.java44 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:TouchlessScrollView
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorPadViewPager.java113 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:CalculatorPadViewPager
114 boolean shouldIntercept = super.onInterceptTouchEvent(ev);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWithDraggableItems.java83 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:PagedViewWithDraggableItems
85 return super.onInterceptTouchEvent(ev);
H A DLauncherAppWidgetHostView.java65 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:LauncherAppWidgetHostView
H A DAppsCustomizeTabHost.java161 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:AppsCustomizeTabHost
167 return super.onInterceptTouchEvent(ev);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFrame.java59 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:ConversationViewFrame
H A DSwipeableListView.java169 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:SwipeableListView
171 return super.onInterceptTouchEvent(ev);
173 return (!mPreventSwipesEntirely && mSwipeHelper.onInterceptTouchEvent(ev))
174 || super.onInterceptTouchEvent(ev);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DInputView.java69 public boolean onInterceptTouchEvent(final MotionEvent me) { method in class:InputView
78 if (mKeyboardTopPaddingForwarder.onInterceptTouchEvent(x, y, me)) {
85 if (mMoreSuggestionsViewCanceler.onInterceptTouchEvent(x, y, me)) {
150 public boolean onInterceptTouchEvent(final int x, final int y, final MotionEvent me) { method in class:InputView.MotionEventForwarder
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthListView.java100 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:MonthListView
101 return processEvent(ev) || super.onInterceptTouchEvent(ev);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragDriver.java78 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:DragDriver
127 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:SystemDragDriver
H A DDragLayer.java275 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:DragLayer
296 if (mDragController.onInterceptTouchEvent(ev)) {
301 if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP && mAllAppsController.onInterceptTouchEvent(ev)) {
306 if (mPinchListener != null && mPinchListener.onInterceptTouchEvent(ev)) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageScrollView.java126 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:MessageScrollView
135 mWantToIntercept = super.onInterceptTouchEvent(ev);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPickerPanel.java346 public boolean onInterceptTouchEvent(final MotionEvent ev) { method in class:MediaPickerPanel
347 return mTouchHandler.onInterceptTouchEvent(ev) || super.onInterceptTouchEvent(ev);
413 public boolean onInterceptTouchEvent(final MotionEvent ev) { method in class:MediaPickerPanel.TouchHandler
524 // from onInterceptTouchEvent), then presumably no children view in the panel
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteListView.java137 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:PhoneFavoriteListView
143 return super.onInterceptTouchEvent(ev);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DMainActivityLayout.java77 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:MainActivityLayout
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerView.java100 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent ev) { method in class:BaseRecyclerView
H A DPinchToOverviewListener.java29 * Usage: Pass MotionEvents to onInterceptTouchEvent() and onTouchEvent(). This class will handle
64 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:PinchToOverviewListener
H A DHotseat.java167 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:Hotseat
H A DLauncherAppWidgetHostView.java92 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:LauncherAppWidgetHostView
/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java90 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:TouchInterceptor
149 return super.onInterceptTouchEvent(ev);
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DPagedListView.java159 public boolean onInterceptTouchEvent(MotionEvent e) { method in class:PagedListView
165 return super.onInterceptTouchEvent(e);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java413 public boolean onInterceptTouchEvent(MotionEvent ev) { method in class:PinnedHeaderListView
415 if (super.onInterceptTouchEvent(ev)) {

Completed in 703 milliseconds

12