Searched refs:POINTER_2_DOWN (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 43 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()
|
D | InputDispatcher_test.cpp | 102 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/ |
D | InputPublisherAndConsumer_test.cpp | 31 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()
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 35 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()
|