Searched refs:toRawX (Results 1 – 1 of 1) sorted by relevance
4362 int32_t toRawX(float displayX);4440 int32_t TouchInputMapperTest::toRawX(float displayX) { in toRawX() function in android::TouchInputMapperTest4600 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()4628 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()4672 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()4722 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()5103 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()5129 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()5157 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()5195 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()[all …]