Searched refs:secondPoint (Results 1 – 1 of 1) sorted by relevance
1792 const Point secondPoint = centerPoint + Point(100, 100); in TEST_P() local1795 mDevice->sendDown(secondPoint); in TEST_P()1801 mDevice->sendMove(secondPoint + Point(1, 1)); in TEST_P()1847 const Point secondPoint = centerPoint + Point(100, 100); in TEST_P() local1850 mDevice->sendDown(secondPoint); in TEST_P()1852 assertReceivedMotion(ACTION_POINTER_1_DOWN, {centerPoint, secondPoint}); in TEST_P()1866 /*second pointer*/ secondPoint}); in TEST_P()1890 const Point secondPoint = centerPoint + Point(100, 100); in TEST_P() local1893 mDevice->sendDown(secondPoint); in TEST_P()1895 assertReceivedMotion(ACTION_POINTER_1_DOWN, {centerPoint, secondPoint}); in TEST_P()[all …]