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

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h64 class ANDROID_API PropertyValuesHolderImpl : public PropertyValuesHolder { class in namespace:android::uirenderer
66 PropertyValuesHolderImpl(const T& startValue, const T& endValue) function in class:android::uirenderer::PropertyValuesHolderImpl
88 class ANDROID_API GroupPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
92 : PropertyValuesHolderImpl(startValue, endValue)
103 class ANDROID_API FullPathColorPropertyValuesHolder : public PropertyValuesHolderImpl<SkColor> {
107 : PropertyValuesHolderImpl(startValue, endValue)
119 class ANDROID_API FullPathPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
123 : PropertyValuesHolderImpl(startValue, endValue)
134 class ANDROID_API PathDataPropertyValuesHolder : public PropertyValuesHolderImpl<PathData> {
138 : PropertyValuesHolderImpl(*startValu
[all...]
H A DPropertyValuesHolder.cpp57 const T PropertyValuesHolderImpl<T>::getValueFromData(float fraction) const {
79 const T PropertyValuesHolderImpl<T>::calculateAnimatedValue(float fraction) const {
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp151 PropertyValuesHolderImpl<float>* holder =
152 reinterpret_cast<PropertyValuesHolderImpl<float>*>(propertyHolderPtr);
160 PropertyValuesHolderImpl<int>* holder =
161 reinterpret_cast<PropertyValuesHolderImpl<int>*>(propertyHolderPtr);

Completed in 77 milliseconds