Home
last modified time | relevance | path

Searched refs:smoothStep (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
DMathUtils.java254 public static float smoothStep(float start, float end, float x) { in smoothStep() method in MathUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java938 float colorInterpolation = MathUtils.smoothStep(0.4f /* start */, 1f /* end */,