Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp8636 int32_t yExpected) { in processPositionAndVerify() argument
8648 ASSERT_NEAR(yExpected, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_Y), 1); in processPositionAndVerify()
8680 const int32_t yExpected = y; in TEST_F() local
8681 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()
8702 constexpr int32_t yExpected = (x + 1) - DISPLAY_WIDTH / 4; in TEST_F() local
8703 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()
8723 const int32_t yExpected = (DISPLAY_WIDTH * 3 / 4) - (x + 1); in TEST_F() local
8724 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()
8740 const int32_t yExpected = y; in TEST_F() local
8741 processPositionAndVerify(mapper, x - 1, y, x, y, xExpected, yExpected); in TEST_F()