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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp47 class AnimationListenerBridge : public AnimationListener { class in inherits:AnimationListener
49 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { function in class:android::AnimationListenerBridge
55 virtual ~AnimationListenerBridge() {
82 return new AnimationListenerBridge(env, finishListener, id);
H A Dandroid_view_RenderNodeAnimator.cpp57 class AnimationListenerBridge : public AnimationListener { class in namespace:android
63 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { function in class:android::AnimationListenerBridge
68 virtual ~AnimationListenerBridge() {
177 animator->setListener(new AnimationListenerBridge(env, finishListener));

Completed in 1933 milliseconds