Searched refs:STYLE_DENSITY (Results 1 – 3 of 3) sorted by relevance
106 STYLE_DENSITY = 5 enumerator1317 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()
804 /*package*/ static final int STYLE_DENSITY = 5; field in AssetManager
1202 outValue.density = data[index+AssetManager.STYLE_DENSITY]; in getValueAt()