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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2476 int32_t toRawY(float displayY);
2528 int32_t TouchInputMapperTest::toRawY(float displayY) { function in class:android::TouchInputMapperTest
2690 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2719 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2765 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2816 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
3100 processDown(mapper, toRawX(50), toRawY(75));
3123 processDown(mapper, toRawX(50), toRawY(75));
3136 processDown(mapper, RAW_X_MAX - toRawX(75) + RAW_X_MIN, toRawY(50));
3149 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(7
[all...]

Completed in 41 milliseconds