HomeSort by relevance Sort by last modified time
    Searched refs:gOptions_shareableFieldID (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.h 12 extern jfieldID gOptions_shareableFieldID;
BitmapFactory.cpp 28 jfieldID gOptions_shareableFieldID;
147 env->GetBooleanField(options, gOptions_shareableFieldID);
557 gOptions_shareableFieldID = getFieldIDCheck(env, gOptions_class, "inInputShareable", "Z");

Completed in 653 milliseconds