Home
last modified time | relevance | path

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

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