Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DCapturedTouchpadEventConverter_test.cpp682 WithPointerCount(2u), WithPointerCoords(0, 52, 99), in TEST_F()
683 WithPointerCoords(1, 250, 200), WithPointerToolType(0, ToolType::FINGER), in TEST_F()
699 WithPointerCoords(0, 52, 99), WithPointerCoords(1, 255, 202), in TEST_F()
706 WithPointerCount(2u), WithPointerCoords(0, 52, 99), in TEST_F()
707 WithPointerCoords(1, 255, 202), WithPointerToolType(0, ToolType::FINGER), in TEST_F()
DPointerChoreographer_test.cpp1449 WithPointerCoords(0, 0, 200), WithPointerCoords(1, 100, 200), in TEST_F()
1466 WithPointerCoords(0, 0, 200), WithPointerCoords(1, 100, 200), in TEST_F()
1467 WithPointerCoords(2, 200, 200), WithCursorPosition(100, 200))); in TEST_F()
1480 WithPointerCoords(0, 10, 210), WithPointerCoords(1, 110, 210), in TEST_F()
1481 WithPointerCoords(2, 210, 210), WithCursorPosition(100, 200))); in TEST_F()
DGestureConverter_test.cpp864 WithPointerCoords(1, 100, 0), WithPointerCount(2u))))); in TEST_F()
880 WithPointerCoords(0, -80, 0), WithPointerCoords(1, 80, 0), in TEST_F()
927 WithPointerCoords(1, 100, 0), WithPointerCount(2u))))); in TEST_F()
943 WithPointerCoords(0, -110, 0), WithPointerCoords(1, 110, 0), in TEST_F()
DTestEventMatchers.h332 inline WithCoordsMatcher WithPointerCoords(size_t pointerIndex, float x, float y) { in WithPointerCoords() function