Searched refs:POINTER_0_DOWN (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 39 constexpr int POINTER_0_DOWN = variable 188 assertArgs(pointers1And2, POINTER_0_DOWN, {{1, {4, 5, 6}}, {2, {7, 8, 9}}}); in TEST()
|
D | InputDispatcher_test.cpp | 98 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/ |
D | InputEvent_test.cpp | 36 constexpr auto POINTER_0_DOWN = variable 617 ASSERT_EQ(splitPointerDown.getAction(), POINTER_0_DOWN); in TEST_F()
|