Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp38 jfieldID gOptions_screenDensityFieldID; variable
217 const int screenDensity = env->GetIntField(options, gOptions_screenDensityFieldID); in doDecode()
645 gOptions_screenDensityFieldID = GetFieldIDOrDie(env, options_class, "inScreenDensity", "I"); in register_android_graphics_BitmapFactory()