Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp7258 int32_t xOutside, int32_t yOutside, int32_t xExpected, in processPositionAndVerify() argument
7270 ASSERT_NEAR(xExpected, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_X), 1); in processPositionAndVerify()
7299 const int32_t xExpected = (x + 1) - (DISPLAY_WIDTH / 4); in TEST_F() local
7301 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()
7317 const int32_t xExpected = y; in TEST_F() local
7319 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()
7335 constexpr int32_t xExpected = DISPLAY_HEIGHT - y; in TEST_F() local
7337 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()