Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h149 class ANDROID_API RootAlphaPropertyValuesHolder : public PropertyValuesHolderImpl<float> {
151 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder() function
DPropertyValuesHolder.cpp107 void RootAlphaPropertyValuesHolder::setFraction(float fraction) { in setFraction()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp144 RootAlphaPropertyValuesHolder* newHolder = new RootAlphaPropertyValuesHolder(tree, in createRootAlphaPropertyHolder()