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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2939 int32_t toRawY(float displayY);
3011 int32_t TouchInputMapperTest::toRawY(float displayY) { function in class:TouchInputMapperTest
3191 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
3220 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
3266 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
3317 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
3700 processDown(mapper, toRawX(50), toRawY(75));
3723 processDown(mapper, toRawX(50), toRawY(75));
3736 processDown(mapper, RAW_X_MAX - toRawX(75) + RAW_X_MIN, toRawY(50));
3749 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(7
[all...]

Completed in 52 milliseconds