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 30 jfieldID gOptions_shareableFieldID;
88 env->GetBooleanField(options, gOptions_shareableFieldID);
521 gOptions_shareableFieldID = getFieldIDCheck(env, options_class, "inInputShareable", "Z");

Completed in 177 milliseconds