Searched refs:gSize_constructorMethodID (Results 1 – 1 of 1) sorted by relevance
59 static jmethodID gSize_constructorMethodID; variable509 return env->NewObject(gSize_class, gSize_constructorMethodID, size.width(), size.height()); in ImageDecoder_nGetSampledSize()557 gSize_constructorMethodID = GetMethodIDOrDie(env, gSize_class, "<init>", "(II)V"); in register_android_graphics_ImageDecoder()