Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4368 float toDisplayX(int32_t rawX);
4369 float toDisplayX(int32_t rawX, int32_t displayWidth);
4466 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX() function in android::TouchInputMapperTest
4467 return toDisplayX(rawX, DISPLAY_WIDTH); in toDisplayX()
4470 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX() function in android::TouchInputMapperTest
4773 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4797 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4820 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4870 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4893 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
[all …]