Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java21 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/
DTouchEventGenerator.java21 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()
DGestureLogParser.java162 return MotionEvent.ACTION_POINTER_DOWN; in stringToAction()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java25 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/
DTouchLogger.kt73 MotionEvent.ACTION_POINTER_DOWN -> "POINTER_DOWN" in typeToString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java21 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/
DMotionEventTest.java21 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
137 0 /* eventTime */, ACTION_POINTER_DOWN, pointerCount, properties, coords, in testCalculatesCursorPositionForMultiTouchMouseEvents()
DViewGroupTest.java99 MotionEvent.ACTION_POINTER_DOWN | (1 << MotionEvent.ACTION_POINTER_INDEX_SHIFT), in testDispatchMouseEventsUnderCursor()
DPinchZoomAction.java91 MotionEvent.ACTION_POINTER_DOWN + in sendPinchZoomAction()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java151 case MotionEvent.ACTION_POINTER_DOWN: in onInjectedMotionEvent()
446 case MotionEvent.ACTION_POINTER_DOWN: in onMotionEvent()
DEventDispatcher.java258 case MotionEvent.ACTION_POINTER_DOWN: in computeInjectionAction()
264 | MotionEvent.ACTION_POINTER_DOWN; in computeInjectionAction()
/frameworks/base/core/java/android/view/
DTouchDelegate.java124 case MotionEvent.ACTION_POINTER_DOWN: in onTouchEvent()
DMotionEvent.java277 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()
DVerifiedMotionEvent.java62 @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/
DPipResizeGestureHandlerTest.java158 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/
DMagnificationGestureDetector.java124 case MotionEvent.ACTION_POINTER_DOWN: in onTouch()
/frameworks/base/core/java/com/android/internal/policy/
DWearGestureInterceptionDetector.java138 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt292 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/
DSinglePointerTouchProcessor.kt62 MotionEvent.ACTION_POINTER_DOWN, in processTouch()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java263 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/
Da11y_three_finger_swipe_down_gesture.log3 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/
DFalsingDataProviderTest.java307 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/
DPipResizeGestureHandler.java274 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/
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/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java23 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()

123