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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2944 float toDisplayY(int32_t rawY);
2945 float toDisplayY(int32_t rawY, int32_t displayHeight);
3033 float TouchInputMapperTest::toDisplayY(int32_t rawY) { function in class:TouchInputMapperTest
3034 return toDisplayY(rawY, DISPLAY_HEIGHT);
3037 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { function in class:TouchInputMapperTest
3367 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3391 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3414 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3465 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0));
3488 toDisplayX(x), toDisplayY(
[all...]

Completed in 34 milliseconds