Lines Matching refs:expectedPoint
3681 PointF expectedPoint = getPointInWindow(mWindow1->getInfo(), touchedPoint); in TEST_F() local
3682 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3685 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3689 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3690 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3699 PointF expectedPoint = getPointInWindow(mWindow1->getInfo(), touchedPoint); in TEST_F() local
3700 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3702 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); 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()