Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp57 class AnimationListenerBridge : public AnimationListener { class
63 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { in AnimationListenerBridge() function in android::AnimationListenerBridge
68 virtual ~AnimationListenerBridge() { in ~AnimationListenerBridge()
177 animator->setListener(new AnimationListenerBridge(env, finishListener)); in setListener()
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp48 class AnimationListenerBridge : public AnimationListener { in createAnimationListener() class
50 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener() function in android::createAnimationListener::AnimationListenerBridge
56 virtual ~AnimationListenerBridge() { in createAnimationListener()
83 return new AnimationListenerBridge(env, finishListener, id); in createAnimationListener()