/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | TouchEventGenerator.java | 22 import static android.view.MotionEvent.ACTION_POINTER_UP; 68 final int action = ACTION_POINTER_UP | actionIndex; in pointerUpEvent() 162 if (originalEvent.getActionMasked() == ACTION_POINTER_UP) { in movePointer()
|
D | GestureLogParser.java | 164 return MotionEvent.ACTION_POINTER_UP; in stringToAction()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 26 import static android.view.MotionEvent.ACTION_POINTER_UP; 318 assertCapturedEvents(ACTION_DOWN, ACTION_POINTER_DOWN, ACTION_POINTER_UP, ACTION_UP); in testTwoFingersMove_shouldDelegatingAndInjectActionDownPointerDown() 340 assertCapturedEvents(ACTION_DOWN, ACTION_POINTER_DOWN, ACTION_POINTER_UP, ACTION_UP); in clearEventsWhenInTwoFingerMove_clearsStateAndSendsUp() 367 ACTION_POINTER_UP, in testTwoFingersNotDrag_shouldDelegatingAndActionUpDownPointerDown() 382 ACTION_POINTER_UP, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown() 383 ACTION_POINTER_UP, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown() 638 final int action = ACTION_POINTER_UP | secondPointerId; in pointerUpEvent() 654 final int action = ACTION_POINTER_UP | thirdPointerId; in thirdPointerUpEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | TouchLogger.kt | 74 MotionEvent.ACTION_POINTER_UP -> "POINTER_UP" in typeToString()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 332 MotionEvent.ACTION_POINTER_UP + in <lambda>() 345 MotionEvent.ACTION_POINTER_UP + in <lambda>() 357 motionEventAction = MotionEvent.ACTION_POINTER_UP, in <lambda>() 369 MotionEvent.ACTION_POINTER_UP + in <lambda>() 381 motionEventAction = MotionEvent.ACTION_POINTER_UP, in <lambda>()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 151 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/gestures/ |
D | EventDispatcher.java | 266 case MotionEvent.ACTION_POINTER_UP: in computeInjectionAction() 272 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction() 396 final int action = computeInjectionAction(MotionEvent.ACTION_POINTER_UP, i); in sendUpForInjectedDownPointers()
|
D | TouchState.java | 156 case MotionEvent.ACTION_POINTER_UP: in onInjectedMotionEvent() 452 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
|
D | GestureMatcher.java | 148 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationGestureHandlerTest.java | 23 import static android.view.MotionEvent.ACTION_POINTER_UP; 680 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents() 687 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents() 715 send(pointerEvent(ACTION_POINTER_UP, new PointF[] {pointer1, pointer2, pointer3}, 2)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 716 send(pointerEvent(ACTION_POINTER_UP, new PointF[] {pointer1, pointer2, pointer3}, 2)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 724 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 725 expectedActions.add(Integer.valueOf(ACTION_POINTER_UP)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 1628 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y)); in returnToNormalFrom() 1709 send(pointerEvent(ACTION_POINTER_UP, DEFAULT_X * 2, DEFAULT_Y)); in twoFingerTap() 1780 (action == ACTION_POINTER_UP || action == ACTION_POINTER_DOWN) ? 1 : 0); in pointerEvent()
|
/frameworks/base/core/java/android/view/ |
D | ScaleGestureDetector.java | 306 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent() 309 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
|
D | TouchDelegate.java | 125 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
D | MotionEvent.java | 288 public static final int ACTION_POINTER_UP = 6; field in MotionEvent 419 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000; 426 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100; 433 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200; 457 ACTION_POINTER_UP, 3615 } else if (actionMasked == ACTION_POINTER_UP) { in setAction() 3998 case ACTION_POINTER_UP: in actionToString()
|
D | VerifiedMotionEvent.java | 63 MotionEvent.ACTION_POINTER_UP, MotionEvent.ACTION_UP})
|
D | GestureDetector.java | 587 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent() 614 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | BallsView.java | 80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | WearGestureInterceptionDetector.java | 141 case MotionEvent.ACTION_POINTER_UP:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 102 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessor.kt | 67 MotionEvent.ACTION_POINTER_UP, in processTouch()
|
/frameworks/base/services/tests/servicestests/res/raw-watch/ |
D | a11y_three_finger_swipe_down_gesture.log | 27 MotionEvent { action=ACTION_POINTER_UP(0), actionButton=0, id[0]=0, x[0]=150.0, y[0]=250.0, toolTyp… 28 MotionEvent { action=ACTION_POINTER_UP(0), actionButton=0, id[0]=1, x[0]=216.0, y[0]=270.0, toolTyp…
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | a11y_three_finger_swipe_down_gesture.log | 27 MotionEvent { action=ACTION_POINTER_UP(0), actionButton=0, id[0]=0, x[0]=586.0, y[0]=1417.0, toolTy… 28 MotionEvent { action=ACTION_POINTER_UP(0), actionButton=0, id[0]=1, x[0]=826.0, y[0]=1493.0, toolTy…
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationGestureHandler.java | 24 import static android.view.MotionEvent.ACTION_POINTER_UP; 531 if (action == ACTION_POINTER_UP in onMotionEvent() 807 case ACTION_POINTER_UP: { in onMotionEvent() 984 case ACTION_POINTER_UP: { in onMotionEvent() 1252 case ACTION_POINTER_UP: { in onMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 233 if (event.getActionMasked() == MotionEvent.ACTION_POINTER_UP) { in cancelMotion() 242 if (event.getActionMasked() == MotionEvent.ACTION_POINTER_UP) { in cancelMotion() 464 case MotionEvent.ACTION_POINTER_UP: { in shouldProcessMultiDeviceEvent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchState.java | 174 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|