Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DAnimatedImageDrawable.cpp33 static jmethodID gAnimatedImageDrawable_onAnimationEndMethodID; variable
194 env->CallVoidMethod(localRef, gAnimatedImageDrawable_onAnimationEndMethodID); in handleMessage()
266gAnimatedImageDrawable_onAnimationEndMethodID = GetMethodIDOrDie(env, animatedImageDrawable_class,… in register_android_graphics_drawable_AnimatedImageDrawable()