Searched defs:toMax (Results 1 – 2 of 2) sorted by relevance
191 float toMax = isOpening ? 1 / SHAPE_PROGRESS_DURATION : 1f; in update() local
391 public static float mapToRange(float t, float fromMin, float fromMax, float toMin, float toMax, in mapToRange()403 float toMin, float toMax, Interpolator interpolator) { in mapBoundToRange()