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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2505 int32_t toRawX(float displayX);
2562 int32_t TouchInputMapperTest::toRawX(float displayX) { function in class:android::TouchInputMapperTest
2737 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2766 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2812 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
2863 int32_t x = toRawX(VIRTUAL_KEYS[0].centerX);
3148 processDown(mapper, toRawX(50), toRawY(75));
3171 processDown(mapper, toRawX(50), toRawY(75));
3184 processDown(mapper, RAW_X_MAX - toRawX(75) + RAW_X_MIN, toRawY(50));
3197 processDown(mapper, RAW_X_MAX - toRawX(5
[all...]

Completed in 102 milliseconds