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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp33 jfieldID gOptions_heightFieldID; variable
184 env->SetIntField(options, gOptions_heightFieldID, -1);
269 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
611 gOptions_heightFieldID = getFieldIDCheck(env, options_class, "outHeight", "I");

Completed in 44 milliseconds