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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java92 final int type = data[index+AssetManager.STYLE_TYPE];
120 final int type = data[index+AssetManager.STYLE_TYPE];
155 final int type = data[index+AssetManager.STYLE_TYPE];
181 final int type = data[index+AssetManager.STYLE_TYPE];
213 final int type = data[index+AssetManager.STYLE_TYPE];
243 final int type = data[index+AssetManager.STYLE_TYPE];
272 final int type = data[index+AssetManager.STYLE_TYPE];
310 final int type = data[index+AssetManager.STYLE_TYPE];
359 final int type = data[index+AssetManager.STYLE_TYPE];
390 final int type = data[index+AssetManager.STYLE_TYPE];
[all...]
H A DAssetManager.java691 /*package*/ static final int STYLE_TYPE = 0; field in class:AssetManager
H A DResources.java1049 value.type = data[d+AssetManager.STYLE_TYPE];
1146 value.type = data[d+AssetManager.STYLE_TYPE];
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp71 STYLE_TYPE = 0, enumerator in enum:android::__anon37
1119 dest[STYLE_TYPE] = value.dataType;
1264 dest[STYLE_TYPE] = value.dataType;
1377 dest[STYLE_TYPE] = value.dataType;

Completed in 63 milliseconds