Home
last modified time | relevance | path

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

12345

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DScheduledRecordingDetailsFragment.java34 private static final int ACTION_CANCEL = 2; field in ScheduledRecordingDetailsFragment
71 ACTION_CANCEL, in onCreateActionsAdapter()
73 ACTION_CANCEL, in onCreateActionsAdapter()
88 } else if (actionId == ACTION_CANCEL) { in onCreateOnActionClickedListener()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java19 import static android.view.MotionEvent.ACTION_CANCEL;
156 if (action == ACTION_UP || action == ACTION_CANCEL) { in onInterceptTouchEvent()
259 if (action == ACTION_UP || action == ACTION_CANCEL) { in onTouchEvent()
284 ev.setAction(ACTION_CANCEL); in dispatchTouchEvent()
298 case ACTION_CANCEL: in dispatchTouchEvent()
329 if (actionMasked == ACTION_UP || actionMasked == ACTION_CANCEL) { in proxyTouchEvent()
353 if (actionMasked == ACTION_UP || actionMasked == ACTION_CANCEL) { in proxyTouchEvent()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrAlreadyRecordedFragment.java50 private static final int ACTION_CANCEL = 3; field in DvrAlreadyRecordedFragment
106 .id(ACTION_CANCEL) in onCreateActions()
137 } else if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
DDvrAlreadyScheduledFragment.java51 private static final int ACTION_CANCEL = 3; field in DvrAlreadyScheduledFragment
113 .id(ACTION_CANCEL) in onCreateActions()
149 } else if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
DDvrConflictFragment.java53 private static final int ACTION_CANCEL = 2; field in DvrConflictFragment
344 .id(ACTION_CANCEL) in onCreateActions()
351 if (action.getId() == ACTION_CANCEL) { in onTrackedGuidedActionClicked()
376 if (actionId == ACTION_CANCEL) { in getTrackerLabelForGuidedAction()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelScrollView.java46 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
58 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/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()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java18 import static android.view.MotionEvent.ACTION_CANCEL;
125 ev.setAction(ACTION_CANCEL); in onTouch()
165 if (action == ACTION_UP || action == ACTION_CANCEL) { in onTouch()
/packages/apps/TV/src/com/android/tv/ui/
DProgramDetailsFragment.java67 private static final int ACTION_CANCEL = 2; field in ProgramDetailsFragment
197 ACTION_CANCEL, in onCreateActionsAdapter()
199 ACTION_CANCEL, in onCreateActionsAdapter()
227 } else if (actionId == ACTION_CANCEL) { in onCreateOnActionClickedListener()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTriggerSwipeUpTouchTracker.java18 import static android.view.MotionEvent.ACTION_CANCEL;
114 case ACTION_CANCEL: in onMotionEvent()
DInputConsumerProxy.java18 import static android.view.MotionEvent.ACTION_CANCEL;
114 } else if (action == ACTION_CANCEL || action == ACTION_UP) { in onInputConsumerMotionEvent()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DInLineSettingKnob.java71 || event.getAction() == MotionEvent.ACTION_CANCEL) {
88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAccessibilityInputConsumer.java18 import static android.view.MotionEvent.ACTION_CANCEL;
144 case ACTION_CANCEL: { in onMotionEvent()
DDeviceLockedInputConsumer.java18 import static android.view.MotionEvent.ACTION_CANCEL;
159 ev.setAction(ACTION_CANCEL); in onMotionEvent()
177 case MotionEvent.ACTION_CANCEL: in onMotionEvent()
DOtherActivityInputConsumer.java18 import static android.view.MotionEvent.ACTION_CANCEL;
170 ev.setAction(ACTION_CANCEL); in forceCancelGesture()
362 case ACTION_CANCEL: in onMotionEvent()
426 boolean isCanceled = ev.getActionMasked() == ACTION_CANCEL; in finishTouchTracking()
DOneHandedModeInputConsumer.java19 import static android.view.MotionEvent.ACTION_CANCEL;
132 case ACTION_CANCEL: in onMotionEvent()
DTaskbarUnstashInputConsumer.java18 import static android.view.MotionEvent.ACTION_CANCEL;
223 case MotionEvent.ACTION_CANCEL: in onMotionEvent()
265 case ACTION_CANCEL: in onMotionEvent()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragDriver.java191 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
209 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java18 import static android.view.MotionEvent.ACTION_CANCEL;
132 if (action == ACTION_UP || action == ACTION_CANCEL) { in onControllerTouchEvent()
/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/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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java175 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()
223 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onMotionEvent()
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/shared/
DLauncherOverlayManager.java88 case MotionEvent.ACTION_UP, MotionEvent.ACTION_CANCEL -> onScrollInteractionEnd(); in onOverlayMotionEvent()
/packages/apps/Car/Notification/src/com/android/car/notification/
DHeadsUpNotificationOnTouchListener.java198 case MotionEvent.ACTION_CANCEL: { in onTouch()
275 cancelEvent.setAction(MotionEvent.ACTION_CANCEL in disallowAndCancelTouchEvents()

12345