Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1936 const Point secondPoint = centerPoint + Point(100, 100); in TEST_F() local
1939 mDevice->sendDown(secondPoint + Point(1, 1)); in TEST_F()
1945 mDevice->sendMove(secondPoint); in TEST_F()
1972 const Point secondPoint = centerPoint + Point(100, 100); in TEST_F() local
1975 mDevice->sendDown(secondPoint); in TEST_F()
1981 mDevice->sendMove(secondPoint + Point(1, 1)); in TEST_F()