Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp106 STYLE_DENSITY = 5 enumerator
1317 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_resolveAttrs()
1572 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_applyStyle()
1716 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_retrieveAttributes()
1829 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_retrieveArray()
/frameworks/base/core/java/android/content/res/
DAssetManager.java804 /*package*/ static final int STYLE_DENSITY = 5; field in AssetManager
DTypedArray.java1202 outValue.density = data[index+AssetManager.STYLE_DENSITY]; in getValueAt()