Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
DCubicEasing.java111 while (range > D_ERROR) { in getDiff()
156 private static final float D_ERROR = 0.0001f; field in CubicEasing