/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | InLineSettingKnob.java | 71 || event.getAction() == MotionEvent.ACTION_CANCEL) { 88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
|
D | ZoomControlBar.java | 88 case MotionEvent.ACTION_CANCEL: in dispatchTouchEvent()
|
D | IndicatorControlWheel.java | 275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL); in dispatchTouchEvent() 534 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL); in onTouchOutBound()
|
D | AbstractIndicatorButton.java | 86 } else if (action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthListView.java | 107 case MotionEvent.ACTION_CANCEL: in processEvent() 136 MotionEvent.ACTION_CANCEL, 0, 0, 0); in doFling()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 179 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()
|
D | DownUpDetector.java | 51 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | GLRootView.java | 163 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in setContentPane() 464 if (action == MotionEvent.ACTION_CANCEL in dispatchTouchEvent()
|
D | GestureRecognizer.java | 70 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in cancelScale()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAppWidgetHostView.java | 118 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 137 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | StylusEventHelper.java | 56 case MotionEvent.ACTION_CANCEL: in checkAndPerformStylusEvent()
|
D | DragLayer.java | 217 } 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()
|
D | BaseRecyclerView.java | 147 case MotionEvent.ACTION_CANCEL: in handleTouchEvent()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StatePanelTrack.java | 207 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/ |
D | ConversationListSwipeHelper.java | 160 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 225 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAppWidgetHostView.java | 81 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | DragGestureDetector.java | 88 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | Constants.java | 55 public static final String ACTION_CANCEL = "android.intent.action.DOWNLOAD_CANCEL"; field in Constants
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/ |
D | ScanFragment.java | 70 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/ |
D | SwipeHelper.java | 251 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 401 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | BottomBar.java | 186 MotionEvent.ACTION_CANCEL == event.getActionMasked()) { in onFinishInflate() 206 MotionEvent.ACTION_CANCEL == event.getActionMasked()) { in onFinishInflate()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFastScroller.java | 348 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 381 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridItemView.java | 99 case MotionEvent.ACTION_CANCEL: in onFinishInflate()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationWebView.java | 199 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/packages/services/Telephony/src/com/android/phone/ |
D | HfaLogic.java | 54 private static final String ACTION_CANCEL = "com.android.action.CANCEL_HFA"; field in HfaLogic
|