Home
last modified time | relevance | path

Searched refs:WithDisplayId (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp111 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
120 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
143 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
174 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
187 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
205 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
225 WithDisplayId(ui::LogicalDisplayId::DEFAULT)))); in TEST_F()
250 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
260 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
278 WithDisplayId(ui::LogicalDisplayId::DEFAULT))))); in TEST_F()
[all …]
DFakeWindows.h255 WithDisplayId(expectedDisplayId), WithFlags(expectedFlags)));
260 WithDisplayId(expectedDisplayId), WithFlags(expectedFlags)));
267 WithDisplayId(expectedDisplayId),
275 WithDisplayId(expectedDisplayId),
291 WithDisplayId(*expectedDisplayId), testing::_),
303 WithDisplayId(expectedDisplayId),
318 WithDisplayId(expectedDisplayId),
326 WithDisplayId(expectedDisplayId),
DCursorInputMapper_test.cpp660 WithDisplayId(SECONDARY_DISPLAY_ID), WithCoords(0.0f, 0.0f))))); in TEST_F()
684 WithDisplayId(SECONDARY_DISPLAY_ID), WithCoords(0.0f, 0.0f))))); in TEST_F()
913 WithDisplayId(ui::LogicalDisplayId::INVALID), in TEST_F()
974 AllOf(WithMotionAction(HOVER_MOVE), WithDisplayId(DISPLAY_ID))))); in TEST_F()
990 WithDisplayId(DISPLAY_ID), in TEST_F()
1029 AllOf(WithMotionAction(HOVER_MOVE), WithDisplayId(DISPLAY_ID), in TEST_F()
DPointerChoreographer_test.cpp423 AllOf(WithCoords(110, 220), WithDisplayId(DISPLAY_ID), WithCursorPosition(110, 220))); in TEST_F()
456 AllOf(WithCoords(110, 220), WithRelativeMotion(10, 20), WithDisplayId(DISPLAY_ID), in TEST_F()
498 WithDisplayId(ANOTHER_DISPLAY_ID), WithCursorPosition(310, 420))); in TEST_F()
543 WithDisplayId(ui::LogicalDisplayId::INVALID), in TEST_F()
1406 AllOf(WithCoords(110, 220), WithDisplayId(DISPLAY_ID), WithCursorPosition(110, 220))); in TEST_F()
1524 WithDisplayId(ANOTHER_DISPLAY_ID), WithCursorPosition(310, 420))); in TEST_F()
1559 AllOf(WithCoords(100, 200), WithDisplayId(ui::LogicalDisplayId::INVALID), in TEST_F()
DInputDispatcher_test.cpp477 WithDisplayId(expectedDisplayId), in consumeMotionCancel()
1286 WithDisplayId(ui::LogicalDisplayId::DEFAULT)); in TEST_P()
1288 AllOf(WithDisplayId(ui::LogicalDisplayId::DEFAULT), in TEST_P()
4994 AllOf(WithMotionAction(ACTION_CANCEL), WithDisplayId(ui::LogicalDisplayId::DEFAULT))); in TEST_F()
5879 WithDisplayId(ui::LogicalDisplayId::DEFAULT))); in TEST_F()
5886 WithDisplayId(ui::LogicalDisplayId::DEFAULT))); in TEST_F()
6226 AllOf(WithDisplayId(ui::LogicalDisplayId::DEFAULT), in TEST_P()
6371 AllOf(WithDisplayId(ui::LogicalDisplayId::DEFAULT), in TEST_F()
6724 AllOf(WithMotionAction(ACTION_DOWN), WithDisplayId(ui::LogicalDisplayId::DEFAULT))); in TEST_F()
8802 WithDisplayId(ui::LogicalDisplayId::DEFAULT))); in TEST_F()
[all …]
DTestEventMatchers.h170 inline WithDisplayIdMatcher WithDisplayId(ui::LogicalDisplayId displayId) { in WithDisplayId() function