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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2757 static const int32_t RAW_X_MIN; member in class:android::TouchInputMapperTest
2816 const int32_t TouchInputMapperTest::RAW_X_MIN = 25; member in class:android::TouchInputMapperTest
2836 const float TouchInputMapperTest::X_PRECISION = float(RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH;
2839 float(RAW_X_MAX - RAW_X_MIN + 1) / VIRTUAL_DISPLAY_WIDTH;
2846 avg(float(DISPLAY_WIDTH) / (RAW_X_MAX - RAW_X_MIN + 1),
2875 return int32_t(displayX * (RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH + RAW_X_MIN);
2897 return float(rawX - RAW_X_MIN) * displayWidth / (RAW_X_MAX - RAW_X_MIN + 1);
2934 RAW_X_MIN, RAW_X_MA
[all...]

Completed in 490 milliseconds