Home
last modified time | relevance | path

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

1234

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DScheduledRecordingDetailsFragment.java36 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/
DDvrAlreadyRecordedFragment.java45 private static final int ACTION_CANCEL = 3; field in DvrAlreadyRecordedFragment
86 .id(ACTION_CANCEL) in onCreateActions()
113 } else if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
DDvrAlreadyScheduledFragment.java46 private static final int ACTION_CANCEL = 3; field in DvrAlreadyScheduledFragment
89 .id(ACTION_CANCEL) in onCreateActions()
117 } else if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
DDvrConflictFragment.java52 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/
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()
DGLRootView.java163 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in setContentPane()
464 if (action == MotionEvent.ACTION_CANCEL in dispatchTouchEvent()
DDownUpDetector.java51 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java285 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/
DClassifierData.java59 || action == MotionEvent.ACTION_CANCEL in update()
72 || action == MotionEvent.ACTION_CANCEL in cleanUp()
DProximityClassifier.java59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragDriver.java58 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
76 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DInLineSettingKnob.java71 || event.getAction() == MotionEvent.ACTION_CANCEL) {
88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
DIndicatorControlWheel.java275 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/
DMonthListView.java107 case MotionEvent.ACTION_CANCEL: in processEvent()
136 MotionEvent.ACTION_CANCEL, 0, 0, 0); in doFling()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHostView.java188 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
207 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
DStylusEventHelper.java80 case MotionEvent.ACTION_CANCEL: in onMotionEvent()
/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/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/TV/src/com/android/tv/tuner/setup/
DScanFragment.java75 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/
DPressAndHoldTouchListener.java50 case MotionEvent.ACTION_CANCEL: in onTouch()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAppWidgetHostView.java81 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DVerticalFlingDetector.java75 case MotionEvent.ACTION_CANCEL: in onTouch()

1234