Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DClassifierData.java67 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in update()
81 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in cleanUp()
DSpeedAnglesClassifier.java70 && !(action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) { in onTouchEvent()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java151 MotionEvent.ACTION_POINTER_UP, 2, pointerProperties, pointerCoords, in sendPinchZoomAction()
166 MotionEvent.ACTION_POINTER_UP, 1, pointerProperties, pointerCoords, in sendPinchZoomAction()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java374 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
620 event.getActionMasked() != MotionEvent.ACTION_POINTER_UP && in mapSecondPointerToFirstPointer()
629 } else if (action == MotionEvent.ACTION_POINTER_UP) { in mapSecondPointerToFirstPointer()
DTouchExplorer.java746 case MotionEvent.ACTION_POINTER_UP: { in handleMotionEventStateDragging()
1057 case MotionEvent.ACTION_POINTER_UP: { in computeInjectionAction()
1064 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction()
1383 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
1542 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
DMagnificationGestureHandler.java24 import static android.view.MotionEvent.ACTION_POINTER_UP;
399 if (action == ACTION_POINTER_UP in onMotionEvent()
548 case ACTION_POINTER_UP: { in onMotionEvent()
DMotionEventInjector.java409 : MotionEvent.ACTION_POINTER_UP; in appendUpEvents()
/frameworks/base/core/java/android/view/
DScaleGestureDetector.java282 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent()
285 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
DTouchDelegate.java125 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DMotionEvent.java272 public static final int ACTION_POINTER_UP = 6; field in MotionEvent
403 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
410 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
417 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200;
3406 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split()
3533 case ACTION_POINTER_UP: in actionToString()
DGestureDetector.java531 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
558 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DInputEventConsistencyVerifier.java426 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/rs/tests/java_api/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java93 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DPanelView.java337 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
594 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationGestureHandlerTest.java22 import static android.view.MotionEvent.ACTION_POINTER_UP;
518 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y));
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java147 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DSwipeDetector.java226 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/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java195 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DResolverDrawerLayout.java309 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent()
395 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
DPointerLocationView.java510 case MotionEvent.ACTION_POINTER_UP: in logCoords()
668 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java748 getPointerAction(MotionEvent.ACTION_POINTER_UP, x), x + 1, properties,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java487 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()

12