Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h64 class ANDROID_API PropertyValuesHolderImpl : public PropertyValuesHolder {
66 PropertyValuesHolderImpl(const T& startValue, const T& endValue) in PropertyValuesHolderImpl() function
88 class ANDROID_API GroupPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
92 : PropertyValuesHolderImpl(startValue, endValue), mGroup(ptr), mPropertyId(propertyId) { in GroupPropertyValuesHolder()
102 class ANDROID_API FullPathColorPropertyValuesHolder : public PropertyValuesHolderImpl<SkColor> {
106 : PropertyValuesHolderImpl(startValue, endValue) in FullPathColorPropertyValuesHolder()
119 class ANDROID_API FullPathPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
123 : PropertyValuesHolderImpl(startValue, endValue) in FullPathPropertyValuesHolder()
135 class ANDROID_API 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/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp151 PropertyValuesHolderImpl<float>* holder = in setFloatPropertyHolderData()
152 reinterpret_cast<PropertyValuesHolderImpl<float>*>(propertyHolderPtr); in setFloatPropertyHolderData()
160 PropertyValuesHolderImpl<int>* holder = in setIntPropertyHolderData()
161 reinterpret_cast<PropertyValuesHolderImpl<int>*>(propertyHolderPtr); in setIntPropertyHolderData()