Searched refs:RAW_Y_MIN (Results 1 – 1 of 1) sorted by relevance
2892 static const int32_t RAW_Y_MIN; member in android::TouchInputMapperTest2951 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30; member in android::TouchInputMapperTest2970 const float TouchInputMapperTest::Y_PRECISION = float(RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT;2974 float(RAW_Y_MAX - RAW_Y_MIN + 1) / VIRTUAL_DISPLAY_HEIGHT;2980 float(DISPLAY_HEIGHT) / (RAW_Y_MAX - RAW_Y_MIN + 1));3012 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN); in toRawY()3038 return float(rawY - RAW_Y_MIN) * displayHeight / (RAW_Y_MAX - RAW_Y_MIN + 1); in toDisplayY()3069 RAW_Y_MIN, RAW_Y_MAX, 0, 0); in prepareAxes()3749 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()3762 processDown(mapper, toRawX(75), RAW_Y_MAX - toRawY(50) + RAW_Y_MIN); in TEST_F()[all …]