Home
last modified time | relevance | path

Searched refs:assetCookie (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/util/
DTypedValue.java181 public int assetCookie; field in TypedValue
517 assetCookie = other.assetCookie; in setTo()
530 if (assetCookie != 0) { in toString()
531 sb.append(" a=").append(assetCookie); in toString()
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java294 return mAssets.openNonAssetFd(tempValue.assetCookie, tempValue.string.toString()); in openRawResourceFd()
305 return mAssets.openNonAsset(value.assetCookie, value.string.toString(), in openRawResource()
570 key = (((long) value.assetCookie) << 32) | value.data; in loadDrawable()
748 Log.v(TAG, "Loading drawable for cookie " + value.assetCookie + ": " + file); in loadDrawableForCookie()
757 file, id, value.assetCookie, "drawable"); in loadDrawableForCookie()
762 value.assetCookie, file, AssetManager.ACCESS_STREAMING); in loadDrawableForCookie()
799 Log.v(TAG, "Loading font for cookie " + value.assetCookie + ": " + file); in loadFont()
806 file, id, value.assetCookie, "font"); in loadFont()
814 return Typeface.createFromResources(mAssets, file, value.assetCookie); in loadFont()
832 final long key = (((long) value.assetCookie) << 32) | value.data; in loadComplexColorFromName()
[all …]
DResources.java2136 value.assetCookie, type); in loadXmlResourceParser()
2156 XmlResourceParser loadXmlResourceParser(String file, int id, int assetCookie, in loadXmlResourceParser() argument
2158 return mResourcesImpl.loadXmlResourceParser(file, id, assetCookie, type); in loadXmlResourceParser()
DTypedArray.java1253 outValue.assetCookie = data[index+AssetManager.STYLE_ASSET_COOKIE]; in getValueAt()
/frameworks/base/libs/androidfw/tests/
DResTable_test.cpp256 const int32_t assetCookie = 1; in TEST() local
259 ASSERT_EQ(NO_ERROR, table.addEmpty(assetCookie)); in TEST()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1377 int32_t assetCookie = static_cast<int32_t>(cookie); in android_content_AssetManager_openXmlAssetNative() local
1378 Asset* a = assetCookie in android_content_AssetManager_openXmlAssetNative()
1379 ? am->openNonAsset(assetCookie, fileName8.c_str(), Asset::ACCESS_BUFFER) in android_content_AssetManager_openXmlAssetNative()
1380 : am->openNonAsset(fileName8.c_str(), Asset::ACCESS_BUFFER, &assetCookie); in android_content_AssetManager_openXmlAssetNative()
1388 am->getResources().getDynamicRefTableForCookie(assetCookie); in android_content_AssetManager_openXmlAssetNative()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatDrawableManager.java225 return (((long) tv.assetCookie) << 32) | tv.data; in createCacheKey()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java900 int assetCookie, String type) throws NotFoundException { in loadXmlResourceParser() argument
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31953 field public int assetCookie;
/frameworks/base/api/
Dcurrent.txt43556 field public int assetCookie;
Dsystem-current.txt47095 field public int assetCookie;