Searched defs:gOptions_widthFieldID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp32 jfieldID gOptions_widthFieldID; variable
133 env->SetIntField(options, gOptions_widthFieldID, -1);
197 env->SetIntField(options, gOptions_widthFieldID, bitmap->width());
524 gOptions_widthFieldID = getFieldIDCheck(env, options_class, "outWidth", "I");

Completed in 68 milliseconds