Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h64 class PropertyValuesHolderImpl : public PropertyValuesHolder {
66 PropertyValuesHolderImpl(const T& startValue, const T& endValue) in PropertyValuesHolderImpl() function
88 class GroupPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
92 : PropertyValuesHolderImpl(startValue, endValue), mGroup(ptr), mPropertyId(propertyId) { in GroupPropertyValuesHolder()
102 class FullPathColorPropertyValuesHolder : public PropertyValuesHolderImpl<SkColor> {
106 : PropertyValuesHolderImpl(startValue, endValue) in FullPathColorPropertyValuesHolder()
119 class FullPathPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
123 : PropertyValuesHolderImpl(startValue, endValue) in FullPathPropertyValuesHolder()
135 class PathDataPropertyValuesHolder : public PropertyValuesHolderImpl<PathData> {
139 : PropertyValuesHolderImpl(*startValue, *endValue), mPath(ptr) { in PathDataPropertyValuesHolder()
[all …]
DPropertyValuesHolder.cpp55 const T PropertyValuesHolderImpl<T>::getValueFromData(float fraction) const { in getValueFromData()
77 const T PropertyValuesHolderImpl<T>::calculateAnimatedValue(float fraction) const { in calculateAnimatedValue()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp148 PropertyValuesHolderImpl<float>* holder = in setFloatPropertyHolderData()
149 reinterpret_cast<PropertyValuesHolderImpl<float>*>(propertyHolderPtr); in setFloatPropertyHolderData()
157 PropertyValuesHolderImpl<int>* holder = in setIntPropertyHolderData()
158 reinterpret_cast<PropertyValuesHolderImpl<int>*>(propertyHolderPtr); in setIntPropertyHolderData()