Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DAnimatedImageDrawable.cpp33 static jmethodID gAnimatedImageDrawable_onAnimationEndMethodID; variable
194 env->CallVoidMethod(localRef, gAnimatedImageDrawable_onAnimationEndMethodID); in handleMessage()
275gAnimatedImageDrawable_onAnimationEndMethodID = GetMethodIDOrDie(env, animatedImageDrawable_class,… in register_android_graphics_drawable_AnimatedImageDrawable()