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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java157 final int cookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
707 outValue.assetCookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
717 final int cookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
H A DAssetManager.java695 /*package*/ static final int STYLE_ASSET_COOKIE = 2; field in class:AssetManager
H A DResources.java1201 value.assetCookie = data[d+AssetManager.STYLE_ASSET_COOKIE];
1298 value.assetCookie = data[d+AssetManager.STYLE_ASSET_COOKIE];
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp75 STYLE_ASSET_COOKIE = 2, enumerator in enum:android::__anon37
1085 dest[STYLE_ASSET_COOKIE] =
1228 dest[STYLE_ASSET_COOKIE] =
1341 dest[STYLE_ASSET_COOKIE] = (jint)res.getTableCookie(block);

Completed in 247 milliseconds