Home
last modified time | relevance | path

Searched refs:WithDownTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp379 WithDownTime(ARBITRARY_TIME))), in TEST_F()
392 WithDownTime(ARBITRARY_TIME))))); in TEST_F()
411 WithDownTime(ARBITRARY_TIME))), in TEST_F()
424 WithDownTime(ARBITRARY_TIME))))); in TEST_F()
DTestEventMatchers.h274 inline WithDownTimeMatcher WithDownTime(nsecs_t downTime) { in WithDownTime() function
760 MATCHER_P(WithDownTime, downTime, "InputEvent with specified downTime") {
DGestureConverter_test.cpp295 WithDownTime(downTime))), in TEST_F()
354 WithDownTime(downTime))), in TEST_F()
DInputDispatcher_test.cpp4146 window2->consumeMotionEvent(WithDownTime(secondDown->getDownTime())); in TEST_F()
4147 window1->consumeMotionEvent(WithDownTime(firstDown->getDownTime())); in TEST_F()
4154 AllOf(WithMotionAction(POINTER_1_DOWN), WithDownTime(secondDown->getDownTime()))); in TEST_F()
4155 window1->consumeMotionEvent(WithDownTime(firstDown->getDownTime())); in TEST_F()
4162 window1->consumeMotionEvent(WithDownTime(firstDown->getDownTime())); in TEST_F()
4163 window2->consumeMotionEvent(WithDownTime(secondDown->getDownTime())); in TEST_F()
4171 AllOf(WithMotionAction(POINTER_1_DOWN), WithDownTime(firstDown->getDownTime()))); in TEST_F()
4172 window2->consumeMotionEvent(WithDownTime(secondDown->getDownTime())); in TEST_F()