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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2476 int32_t toRawY(float displayY);
2528 int32_t TouchInputMapperTest::toRawY(float displayY) { argument
2529 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN);

Completed in 57 milliseconds