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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp32 jfieldID gOptions_heightFieldID; variable
193 env->SetIntField(options, gOptions_heightFieldID, -1);
245 env->SetIntField(options, gOptions_heightFieldID, bitmap->height());
562 gOptions_heightFieldID = getFieldIDCheck(env, gOptions_class, "outHeight", "I");

Completed in 19 milliseconds