Searched refs:toRawY (Results 1 – 1 of 1) sorted by relevance
2506 int32_t toRawY(float displayY);2566 int32_t TouchInputMapperTest::toRawY(float displayY) { in toRawY() function in android::TouchInputMapperTest2738 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()2767 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()2813 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()2864 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()3148 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()3171 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()3184 processDown(mapper, RAW_X_MAX - toRawX(75) + RAW_X_MIN, toRawY(50)); in TEST_F()3197 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()[all …]