Searched defs:PropertyValuesHolderImpl (Results 1 - 1 of 1) 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...]

Completed in 1291 milliseconds