Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2939 int32_t toRawY(float displayY);
3011 int32_t TouchInputMapperTest::toRawY(float displayY) { in toRawY() argument
3012 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN); in toRawY()