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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h12 extern jfieldID gOptions_shareableFieldID;
H A DBitmapFactory.cpp30 jfieldID gOptions_shareableFieldID; variable
87 return options != NULL && env->GetBooleanField(options, gOptions_shareableFieldID);
607 gOptions_shareableFieldID = getFieldIDCheck(env, options_class, "inInputShareable", "Z");

Completed in 243 milliseconds