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

/frameworks/base/core/jni/android/graphics/
H A DMovie.cpp19 static jmethodID gMovie_constructorMethodID; variable
26 return env->NewObject(gMovie_class, gMovie_constructorMethodID,
148 gMovie_constructorMethodID = env->GetMethodID(gMovie_class, "<init>", "(I)V");
149 RETURN_ERR_IF_NULL(gMovie_constructorMethodID);

Completed in 24 milliseconds