Home
last modified time | relevance | path

Searched defs:PathInterpolator (Results 1 – 1 of 1) sorted by relevance

/core/core-animation/src/main/java/androidx/core/animation/
DPathInterpolator.java50 public class PathInterpolator implements Interpolator { class
64 public PathInterpolator(@NonNull Path path) { in PathInterpolator() method in PathInterpolator
75 public PathInterpolator(float controlX, float controlY) { in PathInterpolator() method in PathInterpolator
88 public PathInterpolator(float controlX1, float controlY1, float controlX2, float controlY2) { in PathInterpolator() method in PathInterpolator
100 public PathInterpolator( in PathInterpolator() method in PathInterpolator
117 public PathInterpolator( in PathInterpolator() method in PathInterpolator