/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | ScheduledRecordingDetailsFragment.java | 36 private static final int ACTION_CANCEL = 2; field in ScheduledRecordingDetailsFragment 68 adapter.set(ACTION_CANCEL, new Action(ACTION_CANCEL, in onCreateActionsAdapter() 82 } else if (actionId == ACTION_CANCEL) { in onCreateOnActionClickedListener()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
D | DvrAlreadyRecordedFragment.java | 45 private static final int ACTION_CANCEL = 3; field in DvrAlreadyRecordedFragment 86 .id(ACTION_CANCEL) in onCreateActions() 113 } else if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
|
D | DvrAlreadyScheduledFragment.java | 46 private static final int ACTION_CANCEL = 3; field in DvrAlreadyScheduledFragment 89 .id(ACTION_CANCEL) in onCreateActions() 117 } else if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
|
D | DvrConflictFragment.java | 52 private static final int ACTION_CANCEL = 2; field in DvrConflictFragment 316 .id(ACTION_CANCEL) in onCreateActions() 323 if (action.getId() == ACTION_CANCEL) { in onTrackedGuidedActionClicked() 348 if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
|
/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 | GLRootView.java | 163 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in setContentPane() 464 if (action == MotionEvent.ACTION_CANCEL in dispatchTouchEvent()
|
D | DownUpDetector.java | 51 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | FlingUpDownTouchHandler.java | 285 case MotionEvent.ACTION_CANCEL: in onTouch() 296 || event.getActionMasked() == MotionEvent.ACTION_CANCEL in endMotionEvent() 314 || event.getActionMasked() == MotionEvent.ACTION_CANCEL; in endMotionEvent()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
D | ClassifierData.java | 59 || action == MotionEvent.ACTION_CANCEL in update() 72 || action == MotionEvent.ACTION_CANCEL in cleanUp()
|
D | ProximityClassifier.java | 59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragDriver.java | 58 case MotionEvent.ACTION_CANCEL: in onTouchEvent() 76 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | InLineSettingKnob.java | 71 || event.getAction() == MotionEvent.ACTION_CANCEL) { 88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
|
D | IndicatorControlWheel.java | 275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL); in dispatchTouchEvent() 534 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL); in onTouchOutBound()
|
/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/Launcher3/src/com/android/launcher3/ |
D | LauncherAppWidgetHostView.java | 188 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 207 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | StylusEventHelper.java | 80 case MotionEvent.ACTION_CANCEL: in onMotionEvent()
|
/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/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/TV/src/com/android/tv/tuner/setup/ |
D | ScanFragment.java | 75 public static final int ACTION_CANCEL = 1; field in ScanFragment 472 onActionClick(ACTION_CATEGORY, mIsCanceled ? ACTION_CANCEL : ACTION_FINISH); in onChannelHandlingDone()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | PressAndHoldTouchListener.java | 50 case MotionEvent.ACTION_CANCEL: in onTouch()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAppWidgetHostView.java | 81 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | VerticalFlingDetector.java | 75 case MotionEvent.ACTION_CANCEL: in onTouch()
|