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.cpp39 jfieldID gOptions_screenDensityFieldID; variable
266 const int screenDensity = env->GetIntField(options, gOptions_screenDensityFieldID); in doDecode()
675 gOptions_screenDensityFieldID = getFieldIDCheck(env, options_class, "inScreenDensity", "I"); in register_android_graphics_BitmapFactory()