Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp172 static jmethodID gBitmapRegionDecoder_constructorMethodID; variable
390 env->CallVoidMethod(obj, gBitmapRegionDecoder_constructorMethodID, (jint)bitmap); in createBitmapRegionDecoder()
617gBitmapRegionDecoder_constructorMethodID = env->GetMethodID(gBitmapRegionDecoder_class, "<init>", … in register_android_graphics_Graphics()