Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2938 int32_t toRawX(float displayX);
3007 int32_t TouchInputMapperTest::toRawX(float displayX) { in toRawX() argument
3008 return int32_t(displayX * (RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH + RAW_X_MIN); in toRawX()