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

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp45 static jmethodID gBitmap_getAllocationByteCountMethodID; variable
196 return env->CallIntMethod(javaBitmap, gBitmap_getAllocationByteCountMethodID);
1692 gBitmap_getAllocationByteCountMethodID = GetMethodIDOrDie(env, gBitmap_class, "getAllocationByteCount", "()I");

Completed in 247 milliseconds