Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp37 jfieldID gOptions_screenDensityFieldID; variable
269 const int screenDensity = env->GetIntField(options, gOptions_screenDensityFieldID); in doDecode()
697 gOptions_screenDensityFieldID = GetFieldIDOrDie(env, options_class, "inScreenDensity", "I"); in register_android_graphics_BitmapFactory()