Home
last modified time | relevance | path

Searched refs:ACTION_POINTER_DOWN (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java21 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
295 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testNonTransitions_dontChangeState()
360 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()
367 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testTwoFingersOneTap_zoomedState_dispatchMotionEvents()
385 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2})); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()
386 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2, pointer3})); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()
394 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()
395 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testThreeFingersOneTap_zoomedState_dispatchMotionEvents()
411 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2})); in testFirstFingerSwipe_TwoPinterDownAndZoomedState_panningState()
429 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2})); in testSecondFingerSwipe_TwoPinterDownAndZoomedState_panningState()
[all …]
DWindowMagnificationManagerTest.java445 /* action */ MotionEvent.ACTION_POINTER_DOWN, in generatePointersDownEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java25 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
312 assertCapturedEvents(ACTION_DOWN, ACTION_POINTER_DOWN, ACTION_POINTER_UP, ACTION_UP); in testTwoFingersMove_shouldDelegatingAndInjectActionDownPointerDown()
334 assertCapturedEvents(ACTION_DOWN, ACTION_POINTER_DOWN, ACTION_POINTER_UP, ACTION_UP); in clearEventsWhenInTwoFingerMove_clearsStateAndSendsUp()
360 ACTION_POINTER_DOWN, in testTwoFingersNotDrag_shouldDelegatingAndActionUpDownPointerDown()
374 ACTION_POINTER_DOWN, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown()
375 ACTION_POINTER_DOWN, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown()
624 final int action = ACTION_POINTER_DOWN | secondPointerId; in pointerDownEvent()
640 final int action = ACTION_POINTER_DOWN | thirdPointerId; in thirdPointerDownEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DTouchEventGenerator.java21 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
72 final int action = ACTION_POINTER_DOWN | actionIndex; in twoPointersDownEvents()
DGestureLogParser.java162 return MotionEvent.ACTION_POINTER_DOWN; in stringToAction()
/frameworks/base/core/tests/coretests/src/android/view/
DMotionEventTest.java20 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
138 0 /* eventTime */, ACTION_POINTER_DOWN, pointerCount, properties, coords, in testCalculatesCursorPositionForMultiTouchMouseEvents()
DViewGroupTest.java91 MotionEvent.ACTION_POINTER_DOWN | (1 << MotionEvent.ACTION_POINTER_INDEX_SHIFT), in testDispatchMouseEventsUnderCursor()
DPinchZoomAction.java91 MotionEvent.ACTION_POINTER_DOWN + in sendPinchZoomAction()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandlerTest.java128 obtainMotionEvent(MotionEvent.ACTION_POINTER_DOWN, topLeft, bottomRight); in twoInput_triggersPinchResize_getBigger()
169 obtainMotionEvent(MotionEvent.ACTION_POINTER_DOWN, topLeft, bottomRight); in twoInput_triggersPinchResize_getSmaller()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java133 case MotionEvent.ACTION_POINTER_DOWN: in onInjectedMotionEvent()
398 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent()
DEventDispatcher.java239 case MotionEvent.ACTION_POINTER_DOWN: in computeInjectionAction()
245 | MotionEvent.ACTION_POINTER_DOWN; in computeInjectionAction()
DTouchExplorer.java25 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
538 case ACTION_POINTER_DOWN: in handleMotionEventStateTouchInteracting()
563 case ACTION_POINTER_DOWN: in handleMotionEventStateTouchExploring()
855 case ACTION_POINTER_DOWN: in handleMotionEventStateDragging()
DGestureMatcher.java142 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent()
/frameworks/base/core/java/android/view/
DTouchDelegate.java124 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
DMotionEvent.java263 public static final int ACTION_POINTER_DOWN = 5; field in MotionEvent
384 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000;
391 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100;
398 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN | 0x0200;
3516 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split()
3522 newAction = oldActionMasked == ACTION_POINTER_DOWN in split()
3674 case ACTION_POINTER_DOWN: in actionToString()
DVerifiedMotionEvent.java62 @IntDef({MotionEvent.ACTION_DOWN, MotionEvent.ACTION_POINTER_DOWN, MotionEvent.ACTION_CANCEL,
DScaleGestureDetector.java283 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled; in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationGestureDetector.java123 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java333 case MotionEvent.ACTION_POINTER_DOWN: in willStartResizeGesture()
402 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onPinchResize()
472 case MotionEvent.ACTION_POINTER_DOWN: in onDragCornerResize()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java23 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
443 case ACTION_POINTER_DOWN: { in onMotionEvent()
633 case ACTION_POINTER_DOWN: { in onMotionEvent()
/frameworks/base/services/tests/servicestests/res/raw/
Da11y_three_finger_swipe_down_gesture.log3 MotionEvent { action=ACTION_POINTER_DOWN(1), actionButton=0, id[0]=0, x[0]=500.0, y[0]=696.0, toolT…
5 MotionEvent { action=ACTION_POINTER_DOWN(2), actionButton=0, id[0]=0, x[0]=500.0, y[0]=696.0, toolT…
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DMagnificationGestureDetectorTest.java125 MotionEvent.ACTION_POINTER_DOWN, ACTION_DOWN_X, ACTION_DOWN_Y); in performSingleTapWithTwoPointers_notInvokeSingleTapCallback()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java161 case MotionEvent.ACTION_POINTER_DOWN: in onPointerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java256 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in setupExpandedStatusBar()
DPanelViewController.java1205 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent()
1322 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()

12