Home
last modified time | relevance | path

Searched refs:PropertyAnimatorSetListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h49 friend class PropertyAnimatorSetListener;
88 class PropertyAnimatorSetListener : public AnimationListener {
90 explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {} in PropertyAnimatorSetListener() function
DPropertyValuesAnimatorSet.cpp43 setListener(new PropertyAnimatorSetListener(this)); in PropertyValuesAnimatorSet()
182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished()