Home
last modified time | relevance | path

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

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