Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h135 class ANDROID_API PathDataPropertyValuesHolder : public PropertyValuesHolderImpl<PathData> {
137 PathDataPropertyValuesHolder(VectorDrawable::Path* ptr, PathData* startValue, in PathDataPropertyValuesHolder() function
DPropertyValuesHolder.cpp102 void PathDataPropertyValuesHolder::setFraction(float fraction) { in setFraction()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp120 PathDataPropertyValuesHolder* newHolder = new PathDataPropertyValuesHolder(path, in createPathDataPropertyHolder()