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

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h51 friend class PropertyAnimatorSetListener;
90 class PropertyAnimatorSetListener : public AnimationListener { class in namespace:android::uirenderer
92 explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {} function in class:android::uirenderer::PropertyAnimatorSetListener
H A DPropertyValuesAnimatorSet.cpp44 setListener(new PropertyAnimatorSetListener(this));
182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) {

Completed in 572 milliseconds