Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h102 class FullPathColorPropertyValuesHolder : public PropertyValuesHolderImpl<SkColor> {
104 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, in FullPathColorPropertyValuesHolder() function
DPropertyValuesHolder.cpp92 void FullPathColorPropertyValuesHolder::setFraction(float fraction) { in setFraction()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp125 FullPathColorPropertyValuesHolder* newHolder = new FullPathColorPropertyValuesHolder(fullPath, in createPathColorPropertyHolder()