Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2942 float toDisplayX(int32_t rawX);
2943 float toDisplayX(int32_t rawX, int32_t displayWidth);
3025 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX() function in android::TouchInputMapperTest
3026 return toDisplayX(rawX, DISPLAY_WIDTH); in toDisplayX()
3029 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX() function in android::TouchInputMapperTest
3367 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
3391 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
3414 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
3465 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
3488 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
[all …]