Searched refs:WithRawCoords (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.h | 332 WithRawCoords(0, 0))); in consumeMotionOutsideWithZeroedCoords()
|
D | TestEventMatchers.h | 372 inline WithRawCoordsMatcher WithRawCoords(float rawX, float rawY) { in WithRawCoords() function
|
D | InputDispatcher_test.cpp | 5793 WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F() 5800 WithRawCoords(300, 880))); in TEST_F() 5802 AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F() 5826 WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F() 5834 WithRawCoords(300, 880))); in TEST_F() 5836 AllOf(WithMotionAction(ACTION_DOWN), WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F() 5849 WithCoords(100, 80), WithRawCoords(300, 880))); in TEST_F() 5854 WithRawCoords(300, 880))); in TEST_F() 5878 WithCoords(100, 80), WithRawCoords(300, 880), in TEST_F() 5885 WithRawCoords(300, 880), in TEST_F()
|