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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h7 extern jfieldID gOptions_justBoundsFieldID;
H A DBitmapFactory.cpp24 jfieldID gOptions_justBoundsFieldID; variable
91 return options != NULL && env->GetBooleanField(options, gOptions_justBoundsFieldID);
600 gOptions_justBoundsFieldID = getFieldIDCheck(env, options_class, "inJustDecodeBounds", "Z");

Completed in 78 milliseconds