Searched refs:RAW_Y_MIN (Results 1 – 1 of 1) sorted by relevance
3199 static const int32_t RAW_Y_MIN; member in android::TouchInputMapperTest3262 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30; member in android::TouchInputMapperTest3281 const float TouchInputMapperTest::Y_PRECISION = float(RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT;3285 float(RAW_Y_MAX - RAW_Y_MIN + 1) / VIRTUAL_DISPLAY_HEIGHT;3291 float(DISPLAY_HEIGHT) / (RAW_Y_MAX - RAW_Y_MIN + 1));3330 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN); in toRawY()3356 return float(rawY - RAW_Y_MIN) * displayHeight / (RAW_Y_MAX - RAW_Y_MIN + 1); in toDisplayY()3387 RAW_Y_MIN, RAW_Y_MAX, 0, 0); in prepareAxes()4070 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()4084 processDown(mapper, toRawX(75), RAW_Y_MAX - toRawY(50) + RAW_Y_MIN); in TEST_F()[all …]