Home
last modified time | relevance | path

Searched refs:POINTER_0_UP (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp45 constexpr int POINTER_0_UP = variable
306 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_0_UP, in TEST()
312 assertArgs(result[0], POINTER_0_UP, {{0, {1, 2, 3}}, {1, {4, 5, 6}}}); in TEST()
648 NotifyMotionArgs args4 = generateMotionArgs(/*downTime=*/0, 3 * RESAMPLE_PERIOD, POINTER_0_UP, in TEST_F()
653 AllOf(WithMotionAction(POINTER_0_UP), WithFlags(FLAG_CANCELED))); in TEST_F()
771 ASSERT_EQ(POINTER_0_UP, argsList[0].action); in TEST_F()
DInputDispatcher_test.cpp106 static constexpr int32_t POINTER_0_UP = variable
866 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_0_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
872 window->consumeMotionEvent(WithMotionAction(POINTER_0_UP)); in TEST_F()
1275 MotionEventBuilder(POINTER_0_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_P()
3117 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_0_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
3124 window->consumeMotionEvent(WithMotionAction(POINTER_0_UP)); in TEST_F()
3197 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_0_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
3204 window->consumeMotionEvent(WithMotionAction(POINTER_0_UP)); in TEST_F()
7936 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_0_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp42 constexpr auto POINTER_0_UP = variable
638 MotionEvent event = MotionEventBuilder(POINTER_0_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
660 ASSERT_EQ(splitPointerUp.getAction(), POINTER_0_UP); in TEST_F()