Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6447 static const Point kOutsidePoint{5, 100}; in TEST_F() local
6448 processDown(mapper, toRawX(kOutsidePoint.x), toRawY(kOutsidePoint.y)); in TEST_F()
6468 processMove(mapper, toRawX(kOutsidePoint.x), toRawY(kOutsidePoint.y)); in TEST_F()
6470 assertReceivedMove(kOutsidePoint); in TEST_F()
6477 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0], kOutsidePoint.x, in TEST_F()
6478 kOutsidePoint.y, 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()