Home
last modified time | relevance | path

Searched refs:pointer1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java708 PointF pointer1 = DEFAULT_POINT; in testThreeFingersOneTap_activatedState_dispatchMotionEvents() local
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()
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()
736 PointF pointer1 = DEFAULT_POINT; in testFirstFingerSwipe_twoPointerDownAndActivatedState_panningState() local
740 send(pointerEvent(ACTION_POINTER_DOWN, new PointF[] {pointer1, pointer2}, 1)); in testFirstFingerSwipe_twoPointerDownAndActivatedState_panningState()
743 pointer1.offset(sWipeMinDistance + 1, 0); in testFirstFingerSwipe_twoPointerDownAndActivatedState_panningState()
744 send(pointerEvent(ACTION_MOVE, new PointF[] {pointer1, pointer2}, 0)); in testFirstFingerSwipe_twoPointerDownAndActivatedState_panningState()
754 PointF pointer1 = DEFAULT_POINT; in testSecondFingerSwipe_twoPointerDownAndActivatedState_shouldInPanningState() local
[all …]
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp210 NotifyMotionArgs pointer1 = removePointerIds(args, {0, 2}); in TEST() local
211 assertArgs(pointer1, DOWN, {{1, {4, 5, 6}}}); in TEST()
214 pointer1 = removePointerIds(args, {0, 2}); in TEST()
215 assertArgs(pointer1, UP, {{1, {4, 5, 6}}}); in TEST()