Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DMovie.cpp17 static jmethodID gMovie_constructorMethodID; variable
24 return env->NewObject(gMovie_class, gMovie_constructorMethodID, in create_jmovie()
157 gMovie_constructorMethodID = android::GetMethodIDOrDie(env, gMovie_class, "<init>", "(J)V"); in register_android_graphics_Movie()