Searched refs:displayX (Results 1 – 1 of 1) sorted by relevance
2501 int32_t toRawX(float displayX);2558 int32_t TouchInputMapperTest::toRawX(float displayX) { in toRawX() argument2559 return int32_t(displayX * (RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH + RAW_X_MIN); in toRawX()