Searched refs:POINTER_1_UP (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 47 constexpr int POINTER_1_UP = variable 213 args.action = POINTER_1_UP; in TEST() 234 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_UP, in TEST() 267 assertArgs(result[0], POINTER_1_UP, {{0, {1, 2, 3}}, {1, {4, 5, 6}}, {2, {7, 8, 9}}}); in TEST() 291 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_UP, in TEST() 297 assertArgs(result[0], POINTER_1_UP, {{0, {1, 2, 3}}, {1, {4, 5, 6}}, {2, {7, 8, 9}}}); in TEST() 337 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_UP, in TEST() 837 generateMotionArgs(downTime, toNs(248ms), POINTER_1_UP, in TEST_F() 948 ASSERT_EQ(POINTER_1_UP, argsList[0].action); in TEST_F() 1032 generateMotionArgs(downTime, 255955783039000, POINTER_1_UP, in TEST_F() [all …]
|
D | InputDispatcher_test.cpp | 108 static constexpr int32_t POINTER_1_UP = variable 329 POINTER_1_UP, 0, 0, edgeFlags, metaState, 0, classification, identityTransform, in TEST_F() 5411 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_1_UP, AINPUT_SOURCE_MOUSE) in TEST_F() 5422 trustedOverlay->consumeMotionEvent(WithMotionAction(POINTER_1_UP)); in TEST_F() 5467 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_1_UP, AINPUT_SOURCE_MOUSE) in TEST_F() 5516 mDispatcher->notifyMotion(MotionArgsBuilder(POINTER_1_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F() 5523 window->consumeMotionEvent(WithMotionAction(POINTER_1_UP)); in TEST_F() 6220 mDispatcher->notifyMotion(generateMotionArgs(POINTER_1_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_P() 6365 mDispatcher->notifyMotion(generateMotionArgs(POINTER_1_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_F() 6434 mDispatcher->notifyMotion(generateMotionArgs(POINTER_1_UP, AINPUT_SOURCE_TOUCHSCREEN, in TEST_F() [all …]
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 45 constexpr auto POINTER_1_UP = variable 685 MotionEvent event = MotionEventBuilder(POINTER_1_UP, AINPUT_SOURCE_TOUCHSCREEN) in TEST_F()
|