Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DTouchEventGenerator.java22 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()
DGestureLogParser.java164 return MotionEvent.ACTION_POINTER_UP; in stringToAction()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java26 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/
DTouchLogger.kt74 MotionEvent.ACTION_POINTER_UP -> "POINTER_UP" in typeToString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt332 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/
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/gestures/
DEventDispatcher.java266 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()
DTouchState.java156 case MotionEvent.ACTION_POINTER_UP: in onInjectedMotionEvent()
452 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
DGestureMatcher.java148 case MotionEvent.ACTION_POINTER_UP: in onMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java23 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/
DScaleGestureDetector.java306 action == MotionEvent.ACTION_POINTER_UP || in onTouchEvent()
309 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
DTouchDelegate.java125 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
DMotionEvent.java288 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()
DVerifiedMotionEvent.java63 MotionEvent.ACTION_POINTER_UP, MotionEvent.ACTION_UP})
DGestureDetector.java587 (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/
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/core/java/com/android/internal/policy/
DWearGestureInterceptionDetector.java141 case MotionEvent.ACTION_POINTER_UP:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java102 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessor.kt67 MotionEvent.ACTION_POINTER_UP, in processTouch()
/frameworks/base/services/tests/servicestests/res/raw-watch/
Da11y_three_finger_swipe_down_gesture.log27 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/
Da11y_three_finger_swipe_down_gesture.log27 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/
DFullScreenMagnificationGestureHandler.java24 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/
DAccessibilityInputFilter.java233 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/
DPipTouchState.java174 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()

123