Home
last modified time | relevance | path

Searched refs:POINTER_2_DOWN (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp43 constexpr int POINTER_2_DOWN = variable
352 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_2_DOWN, in TEST()
1000 generateMotionArgs(downTime, 255955783039000, POINTER_2_DOWN, in TEST_F()
1078 generateMotionArgs(downTime, /*eventTime=*/1, POINTER_2_DOWN, in TEST_F()
DInputDispatcher_test.cpp102 static constexpr int32_t POINTER_2_DOWN = variable
4150 mDispatcher->notifyMotion(generateTouchArgs(POINTER_2_DOWN, {{50, 50}, {151, 51}, {150, 50}})); in TEST_F()
5245 generateMotionArgs(POINTER_2_DOWN, AINPUT_SOURCE_TOUCHSCREEN, in TEST_F()
5383 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_2_DOWN, AINPUT_SOURCE_MOUSE) in TEST_F()
5392 trustedOverlay->consumeMotionEvent(WithMotionAction(POINTER_2_DOWN)); in TEST_F()
5445 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_2_DOWN, AINPUT_SOURCE_MOUSE) in TEST_F()
12823 MotionEventBuilder(POINTER_2_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
12874 MotionEventBuilder(POINTER_2_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp31 static constexpr int32_t POINTER_2_DOWN = variable
342 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in publishAndConsumeMotionStream()
685 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in TEST_F()
DInputPublisherAndConsumerNoResampling_test.cpp35 static constexpr int32_t POINTER_2_DOWN = variable
505 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in publishAndConsumeMotionStream()
801 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in TEST_F()