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.java92 final int type = data[index+AssetManager.STYLE_TYPE]; in getText()
120 final int type = data[index+AssetManager.STYLE_TYPE]; in getString()
155 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString()
181 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonConfigurationString()
213 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean()
243 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt()
272 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat()
310 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor()
359 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger()
390 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension()
[all …]
DAssetManager.java693 /*package*/ static final int STYLE_TYPE = 0; field in AssetManager
DResources.java1192 value.type = data[d+AssetManager.STYLE_TYPE]; in obtainStyledAttributes()
1289 value.type = data[d+AssetManager.STYLE_TYPE]; in obtainStyledAttributes()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp73 STYLE_TYPE = 0, enumerator
1083 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_applyStyle()
1226 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_retrieveAttributes()
1339 dest[STYLE_TYPE] = value.dataType; in android_content_AssetManager_retrieveArray()