Lines Matching refs:PropertyValuesAnimatorSet
25 void PropertyValuesAnimatorSet::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder, in addPropertyAnimator()
39 PropertyValuesAnimatorSet::PropertyValuesAnimatorSet() : BaseRenderNodeAnimator(1.0f) { in PropertyValuesAnimatorSet() function in android::uirenderer::PropertyValuesAnimatorSet
46 void PropertyValuesAnimatorSet::onFinished(BaseRenderNodeAnimator* animator) { in onFinished()
62 float PropertyValuesAnimatorSet::getValue(RenderNode* target) const { in getValue()
66 void PropertyValuesAnimatorSet::setValue(RenderNode* target, float value) { in setValue()
70 void PropertyValuesAnimatorSet::onPlayTimeChanged(nsecs_t playTime) { in onPlayTimeChanged()
86 void PropertyValuesAnimatorSet::start(AnimationListener* listener) { in start()
93 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { in reverse()
100 void PropertyValuesAnimatorSet::reset() { in reset()
105 void PropertyValuesAnimatorSet::end() { in end()
110 void PropertyValuesAnimatorSet::init() { in init()
124 uint32_t PropertyValuesAnimatorSet::dirtyMask() { in dirtyMask()