OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathEvaluator
(Results
1 - 4
of
4
) sorted by null
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathEvaluator.java
26
public class
PathEvaluator
implements TypeEvaluator<PathPoint> {
CurvedMotion.java
31
* The real work is done by
PathEvaluator
, which interpolates along a path
82
new
PathEvaluator
(), path.getPoints().toArray());
/frameworks/base/libs/hwui/
PropertyValuesHolder.h
58
class ANDROID_API
PathEvaluator
: public Evaluator<PathData> {
140
mEvaluator.reset(new
PathEvaluator
());
PropertyValuesHolder.cpp
51
void
PathEvaluator
::evaluate(PathData* out,
Completed in 233 milliseconds