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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2805 int32_t toRawX(float displayX);
2874 int32_t TouchInputMapperTest::toRawX(float displayX) { argument
2875 return int32_t(displayX * (RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH + RAW_X_MIN);

Completed in 189 milliseconds