/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 94 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, in onTouch() 196 case MotionEvent.ACTION_CANCEL: in onTouchObserved() 234 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in onLongPress() 272 && action != MotionEvent.ACTION_CANCEL; in onTouchForwarded()
|
D | ZoomButton.java | 59 if ((event.getAction() == MotionEvent.ACTION_CANCEL) in onTouchEvent()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ForwardingListener.java | 95 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, in onTouch() 183 case MotionEvent.ACTION_CANCEL: in onTouchObserved() 221 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); in onLongPress() 259 && action != MotionEvent.ACTION_CANCEL; in onTouchForwarded()
|
D | AbsActionBarView.java | 109 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent() 134 || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ClassifierData.java | 52 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in update() 64 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 | 63 if (action != MotionEvent.ACTION_UP && action != MotionEvent.ACTION_CANCEL in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 117 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 153 case MotionEvent.ACTION_CANCEL:
|
D | NavigationBarGestureHelper.java | 128 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 143 case MotionEvent.ACTION_CANCEL: in interceptDockWindowEvent() 159 case MotionEvent.ACTION_CANCEL: in handleDockWindowEvent()
|
D | PanelView.java | 337 case MotionEvent.ACTION_CANCEL: in onTouchEvent() 375 || event.getActionMasked() == MotionEvent.ACTION_CANCEL in endMotionEvent() 386 || event.getActionMasked() == MotionEvent.ACTION_CANCEL in endMotionEvent() 522 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
|
D | ObservableScrollView.java | 101 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
|
/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/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 73 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MotionEventInjector.java | 191 || (event.getActionMasked() == MotionEvent.ACTION_CANCEL)) { in sendMotionEventToNext() 201 MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0); in cancelAnyGestureInProgress()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | HeaderBehavior.java | 100 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 176 case MotionEvent.ACTION_CANCEL: { in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 132 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 196 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 244 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
D | AbsActionBarView.java | 123 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent() 148 || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
D | DecorCaptionView.java | 175 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent() 224 case MotionEvent.ACTION_CANCEL: in onTouch()
|
D | AutoScrollHelper.java | 479 case MotionEvent.ACTION_CANCEL: in onTouch() 678 eventTime, eventTime, MotionEvent.ACTION_CANCEL, 0, 0, 0); in cancelTargetTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsViewTouchHandler.java | 258 case MotionEvent.ACTION_CANCEL: { in handleTouchEvent() 260 boolean cancelled = action == MotionEvent.ACTION_CANCEL; in handleTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 326 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent() 362 if (mVelocityTracker != null && (event.getActionMasked() == MotionEvent.ACTION_CANCEL in maybeRecycleVelocityTracker() 486 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | AutoScrollHelper.java | 480 case MotionEvent.ACTION_CANCEL: in onTouch() 679 eventTime, eventTime, MotionEvent.ACTION_CANCEL, 0, 0, 0); in cancelTargetTouch()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 473 MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0); in cancelGesture() 511 event.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent() 544 case MotionEvent.ACTION_CANCEL: in processEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 126 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) { in onInterceptTouchEvent()
|