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

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

Completed in 37 milliseconds