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

/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp156 static jmethodID gBitmap_getAllocationByteCountMethodID; variable
380 return env->CallIntMethod(javaBitmap, gBitmap_getAllocationByteCountMethodID);
644 gBitmap_getAllocationByteCountMethodID = env->GetMethodID(gBitmap_class, "getAllocationByteCount", "()I");

Completed in 36 milliseconds