Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp39 constexpr int POINTER_0_DOWN = variable
188 assertArgs(pointers1And2, POINTER_0_DOWN, {{1, {4, 5, 6}}, {2, {7, 8, 9}}}); in TEST()
DInputDispatcher_test.cpp98 static constexpr int32_t POINTER_0_DOWN = variable
3147 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_0_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
3225 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_0_DOWN, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
3230 window->consumeMotionEvent(AllOf(WithMotionAction(POINTER_0_DOWN), WithDeviceId(touchDeviceId), in TEST_F()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp36 constexpr auto POINTER_0_DOWN = variable
617 ASSERT_EQ(splitPointerDown.getAction(), POINTER_0_DOWN); in TEST_F()