Lines Matching refs:touchedPoint
3680 PointF touchedPoint = {10, 10}; in TEST_F() local
3681 PointF expectedPoint = getPointInWindow(mWindow1->getInfo(), touchedPoint); in TEST_F()
3682 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3685 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3688 touchedPoint = {150, 150}; in TEST_F()
3689 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3690 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3698 PointF touchedPoint = {10, 10}; in TEST_F() local
3699 PointF expectedPoint = getPointInWindow(mWindow1->getInfo(), touchedPoint); in TEST_F()
3700 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3702 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3705 touchedPoint = {150, 150}; in TEST_F()
3706 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3707 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3708 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3712 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3713 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); 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
4649 ADISPLAY_ID_DEFAULT, {touchedPoint}); in TEST_F()