Searched refs:WithSource (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | CursorInputMapper_test.cpp | 276 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), WithCoords(10.0f, 20.0f), in TEST_F() 288 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F() 292 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F() 302 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F() 306 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), in TEST_F() 317 WithSource(AINPUT_SOURCE_MOUSE_RELATIVE), WithCoords(30.0f, 40.0f), in TEST_F() 331 AllOf(WithMotionAction(HOVER_MOVE), WithSource(AINPUT_SOURCE_MOUSE), in TEST_F() 369 WithSource(AINPUT_SOURCE_TRACKBALL), WithFlags(0), in TEST_F() 382 WithSource(AINPUT_SOURCE_TRACKBALL), WithFlags(0), in TEST_F() 402 WithSource(AINPUT_SOURCE_TRACKBALL), WithFlags(0), in TEST_F() [all …]
|
D | InputDispatcher_test.cpp | 4403 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4405 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4444 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4446 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4448 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4450 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4460 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4462 WithSource(AINPUT_SOURCE_MOUSE))); in TEST_F() 4464 WithSource(AINPUT_SOURCE_TOUCHSCREEN))); in TEST_F() 4466 WithSource(AINPUT_SOURCE_TOUCHSCREEN))); in TEST_F() [all …]
|
D | InputReader_test.cpp | 1570 AllOf(WithKeyAction(AKEY_EVENT_ACTION_DOWN), WithSource(AINPUT_SOURCE_KEYBOARD)); in TEST_F() 1571 const auto UP = AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD)); in TEST_F() 2166 AllOf(WithKeyAction(AKEY_EVENT_ACTION_DOWN), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2171 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2183 AllOf(WithKeyAction(AKEY_EVENT_ACTION_DOWN), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2217 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2231 AllOf(WithKeyAction(AKEY_EVENT_ACTION_DOWN), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2293 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2316 AllOf(WithKeyAction(AKEY_EVENT_ACTION_DOWN), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() 2331 AllOf(WithKeyAction(AKEY_EVENT_ACTION_UP), WithSource(AINPUT_SOURCE_KEYBOARD), in TYPED_TEST() [all …]
|
D | TestEventMatchers.h | 73 inline WithSourceMatcher WithSource(uint32_t source) { in WithSource() function
|