Searched defs:RAW_Y_MIN (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2759 static const int32_t RAW_Y_MIN; member in class:android::TouchInputMapperTest
2818 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30; member in class:android::TouchInputMapperTest
2837 const float TouchInputMapperTest::Y_PRECISION = float(RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT;
2841 float(RAW_Y_MAX - RAW_Y_MIN + 1) / VIRTUAL_DISPLAY_HEIGHT;
2847 float(DISPLAY_HEIGHT) / (RAW_Y_MAX - RAW_Y_MIN + 1));
2879 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN);
2905 return float(rawY - RAW_Y_MIN) * displayHeight / (RAW_Y_MAX - RAW_Y_MIN + 1);
2936 RAW_Y_MIN, RAW_Y_MA
[all...]

Completed in 16 milliseconds