Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h88 class GroupPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() function
H A DPropertyValuesHolder.cpp87 void GroupPropertyValuesHolder::setFraction(float fraction) { in setFraction()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp107 GroupPropertyValuesHolder* newHolder = new GroupPropertyValuesHolder(group, propertyId, in createGroupPropertyHolder()