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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java239 final int cookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
1198 outValue.assetCookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
1209 final int cookie = data[index+AssetManager.STYLE_ASSET_COOKIE];
H A DAssetManager.java798 /*package*/ static final int STYLE_ASSET_COOKIE = 2; field in class:AssetManager
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp103 STYLE_ASSET_COOKIE = 2, enumerator in enum:android::__anon922
1313 dest[STYLE_ASSET_COOKIE] =
1568 dest[STYLE_ASSET_COOKIE] = block != kXmlBlock ?
1712 dest[STYLE_ASSET_COOKIE] =
1826 dest[STYLE_ASSET_COOKIE] = reinterpret_cast<jint>(res.getTableCookie(block));

Completed in 193 milliseconds