Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2501 int32_t toRawX(float displayX);
2558 int32_t TouchInputMapperTest::toRawX(float displayX) { in toRawX() function in android::TouchInputMapperTest
2733 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()
2762 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()
2808 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()
2859 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX); in TEST_F()
3144 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()
3167 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()
3180 processDown(mapper, RAW_X_MAX - toRawX(75) + RAW_X_MIN, toRawY(50)); in TEST_F()
3193 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()
[all …]