Home
last modified time | relevance | path

Searched refs:ACTION_CANCEL (Results 1 – 25 of 75) sorted by relevance

123

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DInLineSettingKnob.java71 || event.getAction() == MotionEvent.ACTION_CANCEL) {
88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
DZoomControlBar.java88 case MotionEvent.ACTION_CANCEL: in dispatchTouchEvent()
DIndicatorControlWheel.java275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
534 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL); in onTouchOutBound()
DAbstractIndicatorButton.java86 } else if (action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java107 case MotionEvent.ACTION_CANCEL: in processEvent()
136 MotionEvent.ACTION_CANCEL, 0, 0, 0); in doFling()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java179 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in removeOneComponent()
318 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
323 if (action == MotionEvent.ACTION_CANCEL in dispatchTouchEvent()
DDownUpDetector.java51 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
DGLRootView.java163 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in setContentPane()
464 if (action == MotionEvent.ACTION_CANCEL in dispatchTouchEvent()
DGestureRecognizer.java70 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in cancelScale()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHostView.java118 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
137 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
DStylusEventHelper.java56 case MotionEvent.ACTION_CANCEL: in checkAndPerformStylusEvent()
DDragLayer.java217 } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onInterceptTouchEvent()
340 } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
353 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
DBaseRecyclerView.java147 case MotionEvent.ACTION_CANCEL: in handleTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java207 cancelEvent.setAction(MotionEvent.ACTION_CANCEL); in onTouch()
269 || (!mStartedDrag && event.getActionMasked() == MotionEvent.ACTION_CANCEL)) { in onTouchEvent()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java160 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
225 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAppWidgetHostView.java81 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DDragGestureDetector.java88 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DConstants.java55 public static final String ACTION_CANCEL = "android.intent.action.DOWNLOAD_CANCEL"; field in Constants
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
DScanFragment.java70 public static final int ACTION_CANCEL = 1; field in ScanFragment
291 onActionClick(ACTION_CATEGORY, mIsCanceled ? ACTION_CANCEL : ACTION_FINISH); in finishStanTask()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeHelper.java251 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
401 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java186 MotionEvent.ACTION_CANCEL == event.getActionMasked()) { in onFinishInflate()
206 MotionEvent.ACTION_CANCEL == event.getActionMasked()) { in onFinishInflate()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java348 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
381 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemView.java99 case MotionEvent.ACTION_CANCEL: in onFinishInflate()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationWebView.java199 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/packages/services/Telephony/src/com/android/phone/
DHfaLogic.java54 private static final String ACTION_CANCEL = "com.android.action.CANCEL_HFA"; field in HfaLogic

123