Searched refs:mAssets (Results 1 - 13 of 13) 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.java115 final AssetManager mAssets; field in class:ResourcesImpl
142 mAssets = assets;
146 mAssets.ensureStringBlocks();
154 return mAssets;
168 return mAssets.getSizeConfigurations();
186 boolean found = mAssets.getResourceValue(id, 0, outValue, resolveRefs);
195 boolean found = mAssets.getResourceValue(id, density, outValue, resolveRefs);
221 return mAssets.getResourceIdentifier(name, defType, defPackage);
226 String str = mAssets.getResourceName(resid);
234 String str = mAssets
1054 private final AssetManager mAssets; field in class:ResourcesImpl.ThemeImpl
[all...]
H A DXmlBlock.java38 mAssets = null;
44 mAssets = null;
62 if (mAssets != null) {
63 mAssets.xmlBlockGone(hashCode());
480 mAssets = assets;
485 private final AssetManager mAssets; field in class:XmlBlock
H A DTypedArray.java54 attrs.mAssets = res.getAssets();
73 private AssetManager mAssets; field in class:TypedArray
1093 mAssets = null;
1217 return mAssets.getPooledStringForCookie(cookie, data[index+AssetManager.STYLE_DATA]);
1223 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/tools/aapt2/process/
H A DSymbolTable.cpp140 return mAssets.addAssetPath(android::String8(path.data(), path.size()), &cookie);
210 const android::ResTable& table = mAssets.getResources(false);
275 const android::ResTable& table = mAssets.getResources(false);
H A DSymbolTable.h165 android::AssetManager mAssets; member in class:aapt::AssetManagerSymbolSource
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h105 AssetManager mAssets; member in class:android::BootAnimation
H A DBootAnimation.cpp228 mAssets.addDefaultAssets();
323 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
324 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
663 clockTextureInitialized = (initTexture(&mClock, mAssets, "images/clock64.png") == NO_ERROR);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1803 mAssets = assets;
1829 uint32_t rid = mAssets->getIncludedResources()
1858 uint32_t rid = mAssets->getIncludedResources()
1893 uint32_t rid = mAssets->getIncludedResources()
1953 uint32_t rid = mAssets->getIncludedResources()
1990 uint32_t rid = mAssets->getIncludedResources()
2016 uint32_t rid = mAssets->getIncludedResources()
2109 uint32_t rid = mAssets->getIncludedResources()
2201 uint32_t rid = mAssets->getIncludedResources()
2307 res = mAssets
[all...]
H A DResourceTable.h618 sp<AaptAssets> mAssets; member in class:ResourceTable
H A DResource.cpp345 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
349 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
358 sp<AaptAssets> mAssets; member in class:PreProcessImageWorkUnit
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java122 private final BridgeAssetManager mAssets; field in class:BridgeContext
202 mAssets = (BridgeAssetManager) systemAssetManager;
206 mAssets.setAssetRepository(assets);
1330 return mAssets;

Completed in 1655 milliseconds