Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java140 final int type = data[index+AssetManager.STYLE_TYPE]; in getText()
172 final int type = data[index+AssetManager.STYLE_TYPE]; in getString()
211 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString()
241 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonConfigurationString()
277 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean()
311 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt()
344 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat()
386 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor()
448 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger()
485 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension()
[all …]
DAssetManager.java726 /*package*/ static final int STYLE_TYPE = 0; field in AssetManager
DResources.java1446 value.type = data[d+AssetManager.STYLE_TYPE]; in obtainStyledAttributes()
1542 value.type = data[d+AssetManager.STYLE_TYPE]; in obtainStyledAttributes()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp90 STYLE_TYPE = 0, enumerator
1188 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_resolveAttrs()
1426 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_applyStyle()
1570 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_retrieveAttributes()
1684 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_retrieveArray()