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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2498 int32_t toRawY(float displayY);
2558 int32_t TouchInputMapperTest::toRawY(float displayY) { argument
2559 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN);

Completed in 52 milliseconds