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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2475 int32_t toRawX(float displayX);
2524 int32_t TouchInputMapperTest::toRawX(float displayX) { argument
2525 return int32_t(displayX * (RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH + RAW_X_MIN);

Completed in 35 milliseconds