Searched refs:displayY (Results 1 – 1 of 1) sorted by relevance
2502 int32_t toRawY(float displayY);2562 int32_t TouchInputMapperTest::toRawY(float displayY) { in toRawY() argument2563 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN); in toRawY()