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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java213 final int cookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
978 outValue.assetCookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
988 final int cookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
H A DAssetManager.java728 /*package*/ static final int STYLE_ASSET_COOKIE = 2; field in class:AssetManager
H A DResources.java1448 value.assetCookie = data[d+AssetManager.STYLE_ASSET_COOKIE];
1544 value.assetCookie = data[d+AssetManager.STYLE_ASSET_COOKIE];
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp92 STYLE_ASSET_COOKIE = 2, enumerator in enum:android::__anon844
1190 dest[STYLE_ASSET_COOKIE] =
1428 dest[STYLE_ASSET_COOKIE] = block != kXmlBlock ?
1572 dest[STYLE_ASSET_COOKIE] =
1686 dest[STYLE_ASSET_COOKIE] = reinterpret_cast<jint>(res.getTableCookie(block));

Completed in 1883 milliseconds