Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h119 class ANDROID_API FullPathPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue, in FullPathPropertyValuesHolder() function
DPropertyValuesHolder.cpp97 void FullPathPropertyValuesHolder::setFraction(float fraction) { in setFraction()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp136 FullPathPropertyValuesHolder* newHolder = new FullPathPropertyValuesHolder(fullPath, in createPathPropertyHolder()