Searched refs:smoothStep (Results 1 – 3 of 3) sorted by relevance
254 public static float smoothStep(float start, float end, float x) { in smoothStep() method in MathUtils
1039 float colorInterpolation = MathUtils.smoothStep(0.4f /* start */, 1f /* end */,5923 return MathUtils.smoothStep(0, totalDistance, dragDownAmount);
20444 HSPLandroid/util/MathUtils;->smoothStep(FFF)F