Home
last modified time | relevance | path

Searched refs:gOptions_mutableFieldID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp44 jfieldID gOptions_mutableFieldID; variable
340 isMutable = env->GetBooleanField(options, gOptions_mutableFieldID); in doDecode()
806 gOptions_mutableFieldID = GetFieldIDOrDie(env, options_class, "inMutable", "Z"); in register_android_graphics_BitmapFactory()