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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java93 final int type = data[index+AssetManager.STYLE_TYPE];
121 final int type = data[index+AssetManager.STYLE_TYPE];
156 final int type = data[index+AssetManager.STYLE_TYPE];
182 final int type = data[index+AssetManager.STYLE_TYPE];
214 final int type = data[index+AssetManager.STYLE_TYPE];
244 final int type = data[index+AssetManager.STYLE_TYPE];
273 final int type = data[index+AssetManager.STYLE_TYPE];
311 final int type = data[index+AssetManager.STYLE_TYPE];
360 final int type = data[index+AssetManager.STYLE_TYPE];
391 final int type = data[index+AssetManager.STYLE_TYPE];
[all...]
H A DAssetManager.java699 /*package*/ static final int STYLE_TYPE = 0; field in class:AssetManager
H A DResources.java1302 value.type = data[d+AssetManager.STYLE_TYPE];
1399 value.type = data[d+AssetManager.STYLE_TYPE];
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp73 STYLE_TYPE = 0, enumerator in enum:android::__anon1018
1096 dest[STYLE_TYPE] = value.dataType;
1239 dest[STYLE_TYPE] = value.dataType;
1352 dest[STYLE_TYPE] = value.dataType;

Completed in 15 milliseconds