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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java161 final int type = data[index+AssetManager.STYLE_TYPE];
198 final int type = data[index+AssetManager.STYLE_TYPE];
237 final int type = data[index+AssetManager.STYLE_TYPE];
269 final int type = data[index+AssetManager.STYLE_TYPE];
315 final int type = data[index+AssetManager.STYLE_TYPE];
354 final int type = data[index+AssetManager.STYLE_TYPE];
391 final int type = data[index+AssetManager.STYLE_TYPE];
442 final int type = data[index+AssetManager.STYLE_TYPE];
560 final int type = data[index+AssetManager.STYLE_TYPE];
608 final int type = data[index+AssetManager.STYLE_TYPE];
[all...]
H A DAssetManager.java796 /*package*/ static final int STYLE_TYPE = 0; field in class:AssetManager
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp101 STYLE_TYPE = 0, enumerator in enum:android::__anon922
1311 dest[STYLE_TYPE] = value.dataType;
1566 dest[STYLE_TYPE] = value.dataType;
1710 dest[STYLE_TYPE] = value.dataType;
1824 dest[STYLE_TYPE] = value.dataType;

Completed in 65 milliseconds