/frameworks/base/core/java/android/content/res/ |
D | ResourcesImpl.java | 157 final AssetManager mAssets; field in ResourcesImpl 186 mAssets = assets; in ResourcesImpl() 199 return mAssets; in getAssets() 214 return mAssets.getSizeConfigurations(); in getSizeConfigurations() 233 boolean found = mAssets.getResourceValue(id, 0, outValue, resolveRefs); in getValue() 242 boolean found = mAssets.getResourceValue(id, density, outValue, resolveRefs); in getValueForDensity() 268 return mAssets.getResourceIdentifier(name, defType, defPackage); in getIdentifier() 273 String str = mAssets.getResourceName(resid); in getResourceName() 281 String str = mAssets.getResourcePackageName(resid); in getResourcePackageName() 289 String str = mAssets.getResourceTypeName(resid); in getResourceTypeName() [all …]
|
D | XmlBlock.java | 46 mAssets = null; in XmlBlock() 52 mAssets = null; in XmlBlock() 71 if (mAssets != null) { in decOpenCountLocked() 72 mAssets.xmlBlockGone(hashCode()); in decOpenCountLocked() 501 mAssets = assets; in XmlBlock() 506 private @Nullable final AssetManager mAssets; field in XmlBlock
|
D | TypedArray.java | 59 attrs.mAssets = res.getAssets(); in obtain() 81 private AssetManager mAssets; field in TypedArray 1248 mAssets = null; in recycle() 1375 return mAssets.getPooledStringForCookie(cookie, data[index + STYLE_DATA]); in loadStringValueAt() 1382 mAssets = mResources.getAssets(); in TypedArray()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | AssetTest.java | 28 private AssetManager mAssets; field in AssetTest 33 mAssets = mContext.getAssets(); in setUp() 65 InputStream is = mAssets.open("text.txt"); in testReadToEnd() 71 String[] files = mAssets.list(""); in xxtestListDir()
|
/frameworks/base/core/tests/coretests/src/android/app/backup/ |
D | BackupDataTest.java | 55 private AssetManager mAssets; field in BackupDataTest 62 mAssets = mContext.getAssets(); in setUp() 169 mAssets.openFd("backup_mock.gld").createInputStream())); in testReadMockData() 198 mAssets.openFd("backup_real.gld").createInputStream())); in testReadRealData() 225 FileInputStream fileInputStream = mAssets.openFd(source).createInputStream(); in copyAssetToFile()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 167 AssetManager mAssets; variable
|
D | BootAnimation.cpp | 271 mAssets.addDefaultAssets(); in readyToRun() 401 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png"); in android() 402 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png"); in android() 581 status = initTexture(&font->texture, mAssets, fallback); in initFont()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1811 mAssets = assets; in addIncludedResources() 1837 uint32_t rid = mAssets->getIncludedResources() in addPublic() 1866 uint32_t rid = mAssets->getIncludedResources() in addEntry() 1901 uint32_t rid = mAssets->getIncludedResources() in startBag() 1961 uint32_t rid = mAssets->getIncludedResources() in addBag() 1998 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() 2024 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() 2117 uint32_t rid = mAssets->getIncludedResources() in makeAttribute() 2209 uint32_t rid = mAssets->getIncludedResources() in getResId() 2317 res = mAssets->getIncludedResources() in stringToValue() [all …]
|
D | ResourceTable.h | 626 sp<AaptAssets> mAssets; variable
|
D | Resource.cpp | 346 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) { in PreProcessImageWorkUnit() 350 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL); in run() 359 sp<AaptAssets> mAssets; member in PreProcessImageWorkUnit
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 151 private final BridgeAssetManager mAssets; field in BridgeContext 230 mAssets = (BridgeAssetManager) systemAssetManager; in BridgeContext() 234 mAssets.setAssetRepository(assets); in BridgeContext() 283 mAssets.releaseAssetRepository(); in disposeResources() 1406 return mAssets; in getAssets()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ImageDecoder.java | 512 mAssets = assets; in AssetSource() 516 private final AssetManager mAssets; field in ImageDecoder.AssetSource 521 InputStream is = mAssets.open(mFileName); in createImageDecoder()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 17893 Landroid/content/res/ResourcesImpl$ThemeImpl;->mAssets:Landroid/content/res/AssetManager; 18053 Landroid/content/res/XmlBlock;->mAssets:Landroid/content/res/AssetManager; 22076 Landroid/graphics/ImageDecoder$AssetSource;->mAssets:Landroid/content/res/AssetManager;
|