/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationGestureHandlerTest.java | 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 446 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testNonTransitions_dontChangeState() 630 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testTwoFingerTap_StateIsActivated_shouldInDelegating() 646 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testTwoFingerTap_StateIsIdle_shouldInDelegating() 679 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents() 686 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testTwoFingersOneTap_activatedState_dispatchMotionEvents() 713 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2}, 1)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 714 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2, pointer3}, 2)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 722 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() 723 expectedActions.add(Integer.valueOf(ACTION_POINTER_DOWN)); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | TouchEventGenerator.java | 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 51 final int action = ACTION_POINTER_DOWN | actionIndex; in pointerDownEvent() 98 final int action = ACTION_POINTER_DOWN | actionIndex; in twoPointersDownEvents()
|
D | GestureLogParser.java | 162 return MotionEvent.ACTION_POINTER_DOWN; in stringToAction()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 25 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 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() 366 ACTION_POINTER_DOWN, in testTwoFingersNotDrag_shouldDelegatingAndActionUpDownPointerDown() 380 ACTION_POINTER_DOWN, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown() 381 ACTION_POINTER_DOWN, in testThreeFingersMove_shouldDelegatingAnd3ActionPointerDown() 630 final int action = ACTION_POINTER_DOWN | secondPointerId; in pointerDownEvent() 646 final int action = ACTION_POINTER_DOWN | thirdPointerId; in thirdPointerDownEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | TouchLogger.kt | 73 MotionEvent.ACTION_POINTER_DOWN -> "POINTER_DOWN" in typeToString()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplTest.java | 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 217 createMultitouchMotionEvent(ACTION_POINTER_DOWN), false, false); in handleTouch_twoFingerDrag() 357 createMultitouchMotionEvent(ACTION_POINTER_DOWN))).isTrue(); in isOpenQsEvent_twoFingerDrag()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 137 0 /* eventTime */, ACTION_POINTER_DOWN, pointerCount, properties, coords, in testCalculatesCursorPositionForMultiTouchMouseEvents()
|
D | ViewGroupTest.java | 99 MotionEvent.ACTION_POINTER_DOWN | (1 << MotionEvent.ACTION_POINTER_INDEX_SHIFT), in testDispatchMouseEventsUnderCursor()
|
D | PinchZoomAction.java | 91 MotionEvent.ACTION_POINTER_DOWN + in sendPinchZoomAction()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchState.java | 151 case MotionEvent.ACTION_POINTER_DOWN: in onInjectedMotionEvent() 446 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent()
|
D | EventDispatcher.java | 258 case MotionEvent.ACTION_POINTER_DOWN: in computeInjectionAction() 264 | MotionEvent.ACTION_POINTER_DOWN; in computeInjectionAction()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 124 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
|
D | MotionEvent.java | 277 public static final int ACTION_POINTER_DOWN = 5; field in MotionEvent 398 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000; 405 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100; 412 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN | 0x0200; 456 ACTION_POINTER_DOWN, 3996 case ACTION_POINTER_DOWN: in actionToString()
|
D | VerifiedMotionEvent.java | 62 @IntDef({MotionEvent.ACTION_DOWN, MotionEvent.ACTION_POINTER_DOWN, MotionEvent.ACTION_CANCEL,
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandlerTest.java | 158 obtainMotionEvent(MotionEvent.ACTION_POINTER_DOWN, topLeft, bottomRight); in twoInput_triggersPinchResize_getBigger() 199 obtainMotionEvent(MotionEvent.ACTION_POINTER_DOWN, topLeft, bottomRight); in twoInput_triggersPinchResize_getSmaller()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MagnificationGestureDetector.java | 124 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | WearGestureInterceptionDetector.java | 138 case MotionEvent.ACTION_POINTER_DOWN:
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 292 MotionEvent.ACTION_POINTER_DOWN + in <lambda>() 305 MotionEvent.ACTION_POINTER_DOWN + in <lambda>() 318 MotionEvent.ACTION_POINTER_DOWN + in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessor.kt | 62 MotionEvent.ACTION_POINTER_DOWN, in processTouch()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipResizeGestureHandler.java | 263 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in willStartResizeGesture() 305 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onPinchResize()
|
/frameworks/base/services/tests/servicestests/res/raw-watch/ |
D | a11y_three_finger_swipe_down_gesture.log | 3 MotionEvent { action=ACTION_POINTER_DOWN(1), actionButton=0, id[0]=0, x[0]=150.0, y[0]=50.0, toolTy… 5 MotionEvent { action=ACTION_POINTER_DOWN(2), actionButton=0, id[0]=0, x[0]=150.0, y[0]=696.0, toolT…
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | FalsingDataProviderTest.java | 307 appendTrackpadPointerDownEvent(getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 1), in test_IsFromTrackpad() 310 appendTrackpadPointerDownEvent(getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 2), in test_IsFromTrackpad()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipResizeGestureHandler.java | 274 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) { in willStartResizeGesture() 314 if (action == MotionEvent.ACTION_POINTER_DOWN) { in onPinchResize()
|
/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/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationGestureHandler.java | 23 import static android.view.MotionEvent.ACTION_POINTER_DOWN; 691 case ACTION_POINTER_DOWN: { in onMotionEvent() 766 case ACTION_POINTER_DOWN: { in onMotionEvent() 951 case ACTION_POINTER_DOWN: { in onMotionEvent() 1242 case ACTION_POINTER_DOWN: { in onMotionEvent()
|