/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 95 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, in onTouch() 197 case MotionEvent.ACTION_CANCEL: in onTouchObserved() 235 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in onLongPress() 273 && action != MotionEvent.ACTION_CANCEL; in onTouchForwarded()
|
D | ZoomButton.java | 72 if ((event.getAction() == MotionEvent.ACTION_CANCEL) in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ClassifierData.java | 66 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in update() 80 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in cleanUp()
|
D | ProximityClassifier.java | 59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
|
D | SpeedAnglesClassifier.java | 69 if (action != MotionEvent.ACTION_UP && action != MotionEvent.ACTION_CANCEL in onTouchEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 20 import static android.view.MotionEvent.ACTION_CANCEL; 97 case ACTION_CANCEL: in onInputEvent()
|
/frameworks/base/tests/ActivityViewTest/src/com/google/android/test/activityview/ |
D | ActivityViewTestActivity.java | 19 import static android.view.MotionEvent.ACTION_CANCEL; 105 case ACTION_CANCEL: in updateTouchState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 127 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 163 case MotionEvent.ACTION_CANCEL:
|
D | StatusBarWindowView.java | 353 boolean isCancel = ev.getActionMasked() == MotionEvent.ACTION_CANCEL; in dispatchTouchEvent() 372 || ev.getActionMasked() == MotionEvent.ACTION_CANCEL) { in dispatchTouchEvent() 429 cancellation.setAction(MotionEvent.ACTION_CANCEL); in onInterceptTouchEvent() 452 if (!handled && (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL)) { in onTouchEvent() 481 MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0); in cancelCurrentTouch()
|
D | ObservableScrollView.java | 101 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
|
D | DoubleTapHelper.java | 116 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | PanelView.java | 264 || (mTouchDisabled && event.getActionMasked() != MotionEvent.ACTION_CANCEL) in onTouchEvent() 400 case MotionEvent.ACTION_CANCEL: in onTouchEvent() 465 || event.getActionMasked() == MotionEvent.ACTION_CANCEL in endMotionEvent() 473 || event.getActionMasked() == MotionEvent.ACTION_CANCEL in endMotionEvent() 619 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
|
D | SettingsButton.java | 73 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 333 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 336 finishExpanding(ev.getActionMasked() == MotionEvent.ACTION_CANCEL /* forceAbort */, in onInterceptTouchEvent() 370 if (mVelocityTracker != null && (event.getActionMasked() == MotionEvent.ACTION_CANCEL in maybeRecycleVelocityTracker() 495 case MotionEvent.ACTION_CANCEL: in onTouchEvent() 497 finishExpanding(!isEnabled() || ev.getActionMasked() == MotionEvent.ACTION_CANCEL, in onTouchEvent()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | VerticalSeekBar.java | 73 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 73 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | GestureRecorder.java | 59 case MotionEvent.ACTION_CANCEL: in actionName() 110 case MotionEvent.ACTION_CANCEL: in add()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | ProximityClassifier.java | 84 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 74 private static final String ACTION_CANCEL = "com.android.systemui.screenrecord.CANCEL"; field in RecordingService 141 case ACTION_CANCEL: in onStartCommand() 439 return new Intent(context, RecordingService.class).setAction(ACTION_CANCEL); in getCancelIntent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 124 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent() 149 || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
D | DecorCaptionView.java | 174 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent() 219 case MotionEvent.ACTION_CANCEL: in onTouch()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | RecentsViewTouchHandler.java | 266 case MotionEvent.ACTION_CANCEL: { in handleTouchEvent() 273 boolean cancelled = action == MotionEvent.ACTION_CANCEL; in handleTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 136 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MagnificationGestureHandler.java | 20 import static android.view.MotionEvent.ACTION_CANCEL; 405 } else if (action == ACTION_UP || action == ACTION_CANCEL) { in onMotionEvent() 540 case ACTION_CANCEL: { in onMotionEvent() 582 case ACTION_CANCEL: { in onMotionEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 126 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) { in onInterceptTouchEvent()
|