/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationGestureHandlerTest.java | 21 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 …]
|
D | WindowMagnificationManagerTest.java | 445 /* action */ MotionEvent.ACTION_POINTER_DOWN, in generatePointersDownEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 25 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/ |
D | TouchEventGenerator.java | 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 72 final int action = ACTION_POINTER_DOWN | actionIndex; in twoPointersDownEvents()
|
D | GestureLogParser.java | 162 return MotionEvent.ACTION_POINTER_DOWN; in stringToAction()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 20 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 138 0 /* eventTime */, ACTION_POINTER_DOWN, pointerCount, properties, coords, in testCalculatesCursorPositionForMultiTouchMouseEvents()
|
D | ViewGroupTest.java | 91 MotionEvent.ACTION_POINTER_DOWN | (1 << MotionEvent.ACTION_POINTER_INDEX_SHIFT), in testDispatchMouseEventsUnderCursor()
|
D | PinchZoomAction.java | 91 MotionEvent.ACTION_POINTER_DOWN + in sendPinchZoomAction()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandlerTest.java | 128 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/ |
D | TouchState.java | 133 case MotionEvent.ACTION_POINTER_DOWN: in onInjectedMotionEvent() 398 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent()
|
D | EventDispatcher.java | 239 case MotionEvent.ACTION_POINTER_DOWN: in computeInjectionAction() 245 | MotionEvent.ACTION_POINTER_DOWN; in computeInjectionAction()
|
D | TouchExplorer.java | 25 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()
|
D | GestureMatcher.java | 142 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 124 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | MotionEvent.java | 263 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()
|
D | VerifiedMotionEvent.java | 62 @IntDef({MotionEvent.ACTION_DOWN, MotionEvent.ACTION_POINTER_DOWN, MotionEvent.ACTION_CANCEL,
|
D | ScaleGestureDetector.java | 283 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled; in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MagnificationGestureDetector.java | 123 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 333 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/ |
D | FullScreenMagnificationGestureHandler.java | 23 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/ |
D | a11y_three_finger_swipe_down_gesture.log | 3 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/ |
D | MagnificationGestureDetectorTest.java | 125 MotionEvent.ACTION_POINTER_DOWN, ACTION_DOWN_X, ACTION_DOWN_Y); in performSingleTapWithTwoPointers_notInvokeSingleTapCallback()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SystemGesturesPointerEventListener.java | 161 case MotionEvent.ACTION_POINTER_DOWN: in onPointerEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationShadeWindowViewController.java | 256 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in setupExpandedStatusBar()
|
D | PanelViewController.java | 1205 case MotionEvent.ACTION_POINTER_DOWN: in onInterceptTouchEvent() 1322 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()
|