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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2811 float toDisplayY(int32_t rawY);
2812 float toDisplayY(int32_t rawY, int32_t displayHeight);
2900 float TouchInputMapperTest::toDisplayY(int32_t rawY) { function in class:android::TouchInputMapperTest
2901 return toDisplayY(rawY, DISPLAY_HEIGHT);
2904 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { function in class:android::TouchInputMapperTest
3234 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3258 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3281 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3332 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3355 toDisplayX(x), toDisplayY(
[all...]

Completed in 56 milliseconds