Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h58 class PathEvaluator : public Evaluator<PathData> {
140 mEvaluator.reset(new PathEvaluator()); in PathDataPropertyValuesHolder()
H A DPropertyValuesHolder.cpp49 void PathEvaluator::evaluate(PathData* out, const PathData& from, const PathData& to, in evaluate()
/aosp_15_r20/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
H A DPathEvaluator.java26 public class PathEvaluator implements TypeEvaluator<PathPoint> { class
H A DCurvedMotion.java82 new PathEvaluator(), path.getPoints().toArray()); in onCreate()