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.cpp95 STYLE_DENSITY = 5 enumerator
1194 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_resolveAttrs()
1432 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_applyStyle()
1576 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_retrieveAttributes()
1689 dest[STYLE_DENSITY] = config.density; in android_content_AssetManager_retrieveArray()
/frameworks/base/core/java/android/content/res/
DAssetManager.java731 /*package*/ static final int STYLE_DENSITY = 5; field in AssetManager
DTypedArray.java981 outValue.density = data[index+AssetManager.STYLE_DENSITY]; in getValueAt()