Home
last modified time | relevance | path

Searched refs:ACTION_POINTER_UP (Results 1 – 25 of 56) 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.java306 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
426 event.getActionMasked() != MotionEvent.ACTION_POINTER_UP && in mapSecondPointerToFirstPointer()
435 } else if (action == MotionEvent.ACTION_POINTER_UP) { in mapSecondPointerToFirstPointer()
DTouchExplorer.java722 case MotionEvent.ACTION_POINTER_UP: { in handleMotionEventStateDragging()
1027 case MotionEvent.ACTION_POINTER_UP: { in computeInjectionAction()
1034 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction()
1343 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
1502 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
DMagnificationGestureHandler.java496 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
649 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java131 case MotionEvent.ACTION_POINTER_UP: { in onPointerEvent()
151 && action != MotionEvent.ACTION_POINTER_UP in doGestureDetection()
/frameworks/base/core/java/android/view/
DScaleGestureDetector.java281 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent()
284 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
DMotionEvent.java246 public static final int ACTION_POINTER_UP = 6; field in MotionEvent
377 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
384 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
391 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200;
3109 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split()
3221 case ACTION_POINTER_UP: in actionToString()
DGestureDetector.java503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
528 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsView.java80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java232 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP; in onTouchEvent()
257 case MotionEventCompat.ACTION_POINTER_UP: in onTouchEvent()
DMotionEventCompat.java198 public static final int ACTION_POINTER_UP = 6; field in MotionEventCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java86 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DPanelView.java280 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
490 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
/frameworks/base/docs/html/training/gestures/
Dscale.jd72 {@link android.view.MotionEvent#ACTION_POINTER_UP} events described in
75 {@link android.view.MotionEvent#ACTION_POINTER_UP} are
80 <li>In the {@link android.view.MotionEvent#ACTION_POINTER_UP} case, the example
163 case MotionEvent.ACTION_POINTER_UP: {
Dmulti.jd61 …<li>{@link android.support.v4.view.MotionEventCompat#ACTION_POINTER_UP}&mdash;Sent when a non-prim…
164 case MotionEvent.ACTION_POINTER_UP: return "Pointer Up";
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java186 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DResolverDrawerLayout.java266 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent()
341 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
DPointerLocationView.java470 case MotionEvent.ACTION_POINTER_UP: in logCoords()
628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
/frameworks/base/services/core/java/com/android/server/policy/
DEnableAccessibilityController.java202 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java225 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java710 case MotionEventCompat.ACTION_POINTER_UP: in onInterceptTouchEvent()
1028 case MotionEventCompat.ACTION_POINTER_UP: in onTouchEvent()
DViewDragHelper.java1065 case MotionEventCompat.ACTION_POINTER_UP: { in shouldInterceptTouchEvent()
1196 case MotionEventCompat.ACTION_POINTER_UP: { in processTouchEvent()
/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java455 : MotionEvent.ACTION_POINTER_UP; in appendUpEvents()

123