Searched refs:RAW_X_MAX (Results 1 – 1 of 1) sorted by relevance
2891 static const int32_t RAW_X_MAX; member in android::TouchInputMapperTest2950 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019; member in android::TouchInputMapperTest2969 const float TouchInputMapperTest::X_PRECISION = float(RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH;2972 float(RAW_X_MAX - RAW_X_MIN + 1) / VIRTUAL_DISPLAY_WIDTH;2979 avg(float(DISPLAY_WIDTH) / (RAW_X_MAX - RAW_X_MIN + 1),3008 return int32_t(displayX * (RAW_X_MAX - RAW_X_MIN + 1) / DISPLAY_WIDTH + RAW_X_MIN); in toRawX()3030 return float(rawX - RAW_X_MIN) * displayWidth / (RAW_X_MAX - RAW_X_MIN + 1); in toDisplayX()3067 RAW_X_MIN, RAW_X_MAX, 0, 0); in prepareAxes()3736 processDown(mapper, RAW_X_MAX - toRawX(75) + RAW_X_MIN, toRawY(50)); in TEST_F()3749 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()[all …]