Searched refs:XTOT (Results 1 – 1 of 1) sorted by relevance
29 private static float XTOT = (X1 + X2);; field in HeadsUpAppearInterpolator40 path.cubicTo(X1 * 0.8f / XTOT, y1 / y2, in getAppearPath()41 X1 * 0.8f / XTOT, y1 / y2, in getAppearPath()42 X1 / XTOT, y1 / y2); in getAppearPath()43 path.cubicTo((X1 + X2 * 0.4f) / XTOT, y1 / y2, in getAppearPath()44 (X1 + X2 * 0.2f) / XTOT, 1.0f, in getAppearPath()50 return X1 / XTOT; in getFractionUntilOvershoot()