/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/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/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationGestureHandler.java | 20 import static android.view.MotionEvent.ACTION_CANCEL; 281 if (action == ACTION_UP || action == ACTION_CANCEL) { in onMotionEvent() 314 case ACTION_CANCEL: { in onMotionEvent() 430 || motionEvent.getActionMasked() == ACTION_CANCEL)) { in changeToDelegateStateIfNeed()
|
D | MagnificationGestureHandler.java | 20 import static android.view.MotionEvent.ACTION_CANCEL; 132 } else if (action == ACTION_UP || action == ACTION_CANCEL) { in onMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | MagnificationGestureHandlerTest.java | 19 import static android.view.MotionEvent.ACTION_CANCEL; 107 final MotionEvent cancelEvent = MotionEvent.obtain(0, 0, ACTION_CANCEL, 0, 0, 0); in onMotionEvent_cancelEvent_handleInteractionEnd()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationShadeWindowViewController.java | 224 boolean isCancel = ev.getActionMasked() == MotionEvent.ACTION_CANCEL; in setupExpandedStatusBar() 242 || ev.getActionMasked() == MotionEvent.ACTION_CANCEL) { in setupExpandedStatusBar() 329 cancellation.setAction(MotionEvent.ACTION_CANCEL); in setupExpandedStatusBar() 353 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in setupExpandedStatusBar() 432 MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0); in cancelCurrentTouch()
|
D | HeadsUpTouchHelper.java | 130 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 166 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | NotificationTapHelper.java | 72 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | ObservableScrollView.java | 101 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputEventAssigner.java | 76 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) { in processEvent()
|
D | TouchDelegate.java | 136 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 174 MotionEvent.ACTION_CANCEL -> { in startExpansion() 188 val finishExpanding = (event.action == MotionEvent.ACTION_CANCEL || in onTouchEvent() 216 MotionEvent.ACTION_CANCEL -> { in onTouchEvent()
|
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/ |
D | ExpandHelper.java | 343 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 346 finishExpanding(ev.getActionMasked() == MotionEvent.ACTION_CANCEL /* forceAbort */, in onInterceptTouchEvent() 380 if (mVelocityTracker != null && (event.getActionMasked() == MotionEvent.ACTION_CANCEL in maybeRecycleVelocityTracker() 505 case MotionEvent.ACTION_CANCEL: in onTouchEvent() 507 finishExpanding(!isEnabled() || ev.getActionMasked() == MotionEvent.ACTION_CANCEL, in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | SimpleMirrorWindowControl.java | 126 case MotionEvent.ACTION_CANCEL: in onTouch() 167 case MotionEvent.ACTION_CANCEL: in handleDragState()
|
D | MagnificationGestureDetector.java | 136 case MotionEvent.ACTION_CANCEL: in onTouch()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 73 case 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/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ChatActivity.java | 128 case MotionEvent.ACTION_CANCEL: in onCreate() 130 boolean isCancel = event.getAction() == MotionEvent.ACTION_CANCEL; in onCreate()
|
/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 | 165 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent() 210 case MotionEvent.ACTION_CANCEL: in onTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaScrollView.kt | 126 MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0) in cancelCurrentScroll()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 126 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) { in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ProximityClassifier.java | 93 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
|