Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
DElasticOutCurve.java22 private static final float F_PI = (float) Math.PI; field in ElasticOutCurve
23 private static final float C4 = 2 * F_PI / 3;
24 private static final float TWENTY_PI = 20 * F_PI;
46 * F_PI * Math.sin(TWENTY_PI * x / 3)) in getDiff()