Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2323 const Point secondPoint = centerPoint + Point(100, 100); in TEST_F() local
2326 mDevice->sendDown(secondPoint + Point(1, 1)); in TEST_F()
2332 mDevice->sendMove(secondPoint); in TEST_F()
2361 const Point secondPoint = centerPoint + Point(100, 100); in TEST_F() local
2364 mDevice->sendDown(secondPoint); in TEST_F()
2370 mDevice->sendMove(secondPoint + Point(1, 1)); in TEST_F()