Searched refs:yExpected (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 7259 int32_t yExpected) { in processPositionAndVerify() argument 7271 ASSERT_NEAR(yExpected, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_Y), 1); in processPositionAndVerify() 7300 const int32_t yExpected = y; in TEST_F() local 7301 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F() 7318 const int32_t yExpected = (DISPLAY_WIDTH * 3 / 4) - (x + 1); in TEST_F() local 7319 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F() 7336 constexpr int32_t yExpected = (x + 1) - DISPLAY_WIDTH / 4; in TEST_F() local 7337 processPositionAndVerify(mapper, x - 1, y, x + 1, y, xExpected, yExpected); in TEST_F()
|