Home
last modified time | relevance | path

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

12345

/frameworks/base/core/java/android/widget/
DForwardingListener.java94 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()
DZoomButton.java59 if ((event.getAction() == MotionEvent.ACTION_CANCEL) in onTouchEvent()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DForwardingListener.java95 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()
DAbsActionBarView.java109 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/
DClassifierData.java52 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in update()
64 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in cleanUp()
DProximityClassifier.java59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
DSpeedAnglesClassifier.java63 if (action != MotionEvent.ACTION_UP && action != MotionEvent.ACTION_CANCEL in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java117 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
153 case MotionEvent.ACTION_CANCEL:
DNavigationBarGestureHelper.java128 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
143 case MotionEvent.ACTION_CANCEL: in interceptDockWindowEvent()
159 case MotionEvent.ACTION_CANCEL: in handleDockWindowEvent()
DPanelView.java337 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()
DObservableScrollView.java101 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DGestureRecorder.java59 case MotionEvent.ACTION_CANCEL: in actionName()
110 case MotionEvent.ACTION_CANCEL: in add()
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DVerticalSeekBar.java73 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java191 || (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/
DHeaderBehavior.java100 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
176 case MotionEvent.ACTION_CANCEL: { in onTouchEvent()
/frameworks/base/core/java/android/view/
DTouchDelegate.java132 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java196 case MotionEvent.ACTION_CANCEL: in onInterceptTouchEvent()
244 case MotionEvent.ACTION_CANCEL: in onTouchEvent()
DAbsActionBarView.java123 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
148 || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
DDecorCaptionView.java175 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouchEvent()
224 case MotionEvent.ACTION_CANCEL: in onTouch()
DAutoScrollHelper.java479 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/
DRecentsViewTouchHandler.java258 case MotionEvent.ACTION_CANCEL: { in handleTouchEvent()
260 boolean cancelled = action == MotionEvent.ACTION_CANCEL; in handleTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java326 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/
DAutoScrollHelper.java480 case MotionEvent.ACTION_CANCEL: in onTouch()
679 eventTime, eventTime, MotionEvent.ACTION_CANCEL, 0, 0, 0); in cancelTargetTouch()
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java473 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/
DPhotoViewPager.java126 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) { in onInterceptTouchEvent()

12345