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