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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2809 float toDisplayX(int32_t rawX);
2810 float toDisplayX(int32_t rawX, int32_t displayWidth);
2892 float TouchInputMapperTest::toDisplayX(int32_t rawX) { function in class:android::TouchInputMapperTest
2893 return toDisplayX(rawX, DISPLAY_WIDTH);
2896 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { 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(
[all...]

Completed in 83 milliseconds