Home
last modified time | relevance | path

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

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