Home
last modified time | relevance | path

Searched refs:ACTION_POINTER_UP (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DClassifierData.java53 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in update()
65 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in cleanUp()
DSpeedAnglesClassifier.java64 && !(action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in onTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java359 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
605 event.getActionMasked() != MotionEvent.ACTION_POINTER_UP && in mapSecondPointerToFirstPointer()
614 } else if (action == MotionEvent.ACTION_POINTER_UP) { in mapSecondPointerToFirstPointer()
DTouchExplorer.java730 case MotionEvent.ACTION_POINTER_UP: { in handleMotionEventStateDragging()
1040 case MotionEvent.ACTION_POINTER_UP: { in computeInjectionAction()
1047 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction()
1356 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
1515 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
DMagnificationGestureHandler.java552 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
730 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
DMotionEventInjector.java413 : MotionEvent.ACTION_POINTER_UP; in appendUpEvents()
/frameworks/base/core/java/android/view/
DScaleGestureDetector.java280 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent()
283 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
DMotionEvent.java258 public static final int ACTION_POINTER_UP = 6; field in MotionEvent
389 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
396 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
403 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200;
3190 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split()
3302 case ACTION_POINTER_UP: in actionToString()
DGestureDetector.java503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
530 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DInputEventConsistencyVerifier.java422 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java152 MotionEvent.ACTION_POINTER_UP, 2, pointerProperties, pointerCoords, in sendPinchZoomAction()
167 MotionEvent.ACTION_POINTER_UP, 1, pointerProperties, pointerCoords, in sendPinchZoomAction()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsView.java80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/support/compat/java/android/support/v4/view/
DMotionEventCompat.java48 public static final int ACTION_POINTER_UP = 6; field in MotionEventCompat
DGestureDetectorCompat.java236 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
261 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java86 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DPanelView.java317 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
564 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java117 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/support/wear/src/android/support/wear/widget/
DSwipeDismissLayout.java241 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java225 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java720 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
1035 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DViewDragHelper.java1063 case MotionEvent.ACTION_POINTER_UP: { in shouldInterceptTouchEvent()
1194 case MotionEvent.ACTION_POINTER_UP: { in processTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java276 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent()
351 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
DSwipeDismissLayout.java195 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DPointerLocationView.java470 case MotionEvent.ACTION_POINTER_UP: in logCoords()
628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()

123