Searched refs:mAssets (Results 1 - 11 of 11) 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.java119 final AssetManager mAssets; field in class:ResourcesImpl
146 mAssets = assets;
151 mAssets.ensureStringBlocks();
159 return mAssets;
173 return mAssets.getSizeConfigurations();
191 boolean found = mAssets.getResourceValue(id, 0, outValue, resolveRefs);
200 boolean found = mAssets.getResourceValue(id, density, outValue, resolveRefs);
226 return mAssets.getResourceIdentifier(name, defType, defPackage);
231 String str = mAssets.getResourceName(resid);
239 String str = mAssets
1144 private final AssetManager mAssets; field in class:ResourcesImpl.ThemeImpl
[all...]
H A DXmlBlock.java40 mAssets = null;
46 mAssets = null;
64 if (mAssets != null) {
65 mAssets.xmlBlockGone(hashCode());
482 mAssets = assets;
487 private final AssetManager mAssets; field in class:XmlBlock
H A DTypedArray.java58 attrs.mAssets = res.getAssets();
66 private AssetManager mAssets; field in class:TypedArray
1148 mAssets = null;
1272 return mAssets.getPooledStringForCookie(cookie, data[index+AssetManager.STYLE_DATA]);
1279 mAssets = mResources.getAssets();
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java62 private AssetManager mAssets; field in class:BackupDataTest
69 mAssets = mContext.getAssets();
176 mAssets.openFd("backup_mock.gld").createInputStream()));
205 mAssets.openFd("backup_real.gld").createInputStream()));
232 FileInputStream fileInputStream = mAssets.openFd(source).createInputStream();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h152 AssetManager mAssets; member in class:android::BootAnimation
H A DBootAnimation.cpp270 mAssets.addDefaultAssets();
375 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
376 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
552 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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java149 private final BridgeAssetManager mAssets; field in class:BridgeContext
230 mAssets = (BridgeAssetManager) systemAssetManager;
234 mAssets.setAssetRepository(assets);
1417 return mAssets;

Completed in 142 milliseconds