Searched refs:touchedPoint (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 3680 PointF touchedPoint = {10, 10}; in TEST_F() local 3688 touchedPoint = {150, 150}; in TEST_F() 3689 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F() 3698 PointF touchedPoint = {10, 10}; in TEST_F() local 3705 touchedPoint = {150, 150}; in TEST_F() 3706 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F() 3712 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F() 4617 PointF touchedPoint = {10, 10}; in TEST_F() local 4621 ADISPLAY_ID_DEFAULT, {touchedPoint}); in TEST_F() 4645 PointF touchedPoint = {10, 10}; in TEST_F() local [all …]
|