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

/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp155 static jfieldID gBitmap_nativeInstanceID; variable
347 jlong bitmapHandle = env->GetLongField(bitmap, gBitmap_nativeInstanceID);
629 gBitmap_nativeInstanceID = getFieldIDCheck(env, gBitmap_class, "mNativeBitmap", "J");

Completed in 226 milliseconds