Searched refs:mAssets (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java27 private AssetManager mAssets; field in class:AssetTest
32 mAssets = mContext.getAssets();
64 InputStream is = mAssets.open("text.txt");
70 String[] files = mAssets.list("");
/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java141 final AssetManager mAssets; field in class:ResourcesImpl
168 mAssets = assets;
180 return mAssets;
194 return mAssets.getSizeConfigurations();
212 boolean found = mAssets.getResourceValue(id, 0, outValue, resolveRefs);
221 boolean found = mAssets.getResourceValue(id, density, outValue, resolveRefs);
247 return mAssets.getResourceIdentifier(name, defType, defPackage);
252 String str = mAssets.getResourceName(resid);
260 String str = mAssets.getResourcePackageName(resid);
268 String str = mAssets
1272 private final AssetManager mAssets; field in class:ResourcesImpl.ThemeImpl
[all...]
H A DXmlBlock.java41 mAssets = null;
47 mAssets = null;
66 if (mAssets != null) {
67 mAssets.xmlBlockGone(hashCode());
484 mAssets = assets;
489 private @Nullable final AssetManager mAssets; field in class:XmlBlock
H A DTypedArray.java58 attrs.mAssets = res.getAssets();
75 private AssetManager mAssets; field in class:TypedArray
1150 mAssets = null;
1273 return mAssets.getPooledStringForCookie(cookie, data[index + STYLE_DATA]);
1280 mAssets = mResources.getAssets();
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java64 private AssetManager mAssets; field in class:BackupDataTest
71 mAssets = mContext.getAssets();
178 mAssets.openFd("backup_mock.gld").createInputStream()));
207 mAssets.openFd("backup_real.gld").createInputStream()));
234 FileInputStream fileInputStream = mAssets.openFd(source).createInputStream();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h161 AssetManager mAssets; member in class:android::BootAnimation
H A DBootAnimation.cpp253 mAssets.addDefaultAssets();
364 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
365 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
544 status = initTexture(&font->texture, mAssets, fallback);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1814 mAssets = assets;
1840 uint32_t rid = mAssets->getIncludedResources()
1869 uint32_t rid = mAssets->getIncludedResources()
1904 uint32_t rid = mAssets->getIncludedResources()
1964 uint32_t rid = mAssets->getIncludedResources()
2001 uint32_t rid = mAssets->getIncludedResources()
2027 uint32_t rid = mAssets->getIncludedResources()
2120 uint32_t rid = mAssets->getIncludedResources()
2212 uint32_t rid = mAssets->getIncludedResources()
2320 res = mAssets
[all...]
H A DResourceTable.h626 sp<AaptAssets> mAssets; member in class:ResourceTable
H A DResource.cpp346 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
350 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
359 sp<AaptAssets> mAssets; member in class:PreProcessImageWorkUnit
/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java503 mAssets = assets;
507 private final AssetManager mAssets; field in class:ImageDecoder.AssetSource
512 InputStream is = mAssets.open(mFileName);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java153 private final BridgeAssetManager mAssets; field in class:BridgeContext
234 mAssets = (BridgeAssetManager) systemAssetManager;
238 mAssets.setAssetRepository(assets);
1426 return mAssets;

Completed in 274 milliseconds