Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp3681 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()
3708 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
[all …]