Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3867 float toDisplayY(int32_t rawY);
3868 float toDisplayY(int32_t rawY, int32_t displayHeight);
3963 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY() function in android::TouchInputMapperTest
3964 return toDisplayY(rawY, DISPLAY_HEIGHT); in toDisplayY()
3967 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY() function in android::TouchInputMapperTest
4281 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4305 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4328 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4378 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
4401 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F()
[all …]