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