Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h57 void addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder,
DPropertyValuesAnimatorSet.cpp25 void PropertyValuesAnimatorSet::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder, in addPropertyAnimator() function in android::uirenderer::PropertyValuesAnimatorSet
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp90 set->addPropertyAnimator(holder, interpolator, startDelay, duration, repeatCount, mode); in addAnimator()