Home
last modified time | relevance | path

Searched refs:mAssets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
DAssetTest.java27 private AssetManager mAssets; field in AssetTest
32 mAssets = mContext.getAssets(); in setUp()
64 InputStream is = mAssets.open("text.txt"); in testReadToEnd()
70 String[] files = mAssets.list(""); in xxtestListDir()
/frameworks/base/core/java/android/content/res/
DResources.java86 /*package*/ final AssetManager mAssets; field in Resources
152 mAssets = assets; in Resources()
197 CharSequence res = mAssets.getResourceText(id); in getText()
217 CharSequence res = mAssets.getResourceBagText(id, rule.attrForNumber(quantity)); in getQuantityText()
221 res = mAssets.getResourceBagText(id, PluralRules.ID_OTHER); in getQuantityText()
345 CharSequence res = id != 0 ? mAssets.getResourceText(id) : null; in getText()
361 CharSequence[] res = mAssets.getResourceTextArray(id); in getTextArray()
381 String[] res = mAssets.getResourceStringArray(id); in getStringArray()
401 int[] res = mAssets.getArrayIntResource(id); in getIntArray()
423 int len = mAssets.getArraySize(id); in obtainTypedArray()
[all …]
DXmlBlock.java38 mAssets = null; in XmlBlock()
44 mAssets = null; in XmlBlock()
62 if (mAssets != null) { in decOpenCountLocked()
63 mAssets.xmlBlockGone(hashCode()); in decOpenCountLocked()
480 mAssets = assets; in XmlBlock()
485 private final AssetManager mAssets; field in XmlBlock
DTypedArray.java726 return mResources.mAssets.getPooledString( in loadStringValueAt()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h87 AssetManager mAssets; variable
DBootAnimation.cpp200 mAssets.addDefaultAssets(); in readyToRun()
280 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png"); in android()
281 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png"); in android()
/frameworks/base/tools/aapt/
DResourceTable.cpp1556 mAssets = assets; in addIncludedResources()
1617 uint32_t rid = mAssets->getIncludedResources() in addPublic()
1648 uint32_t rid = mAssets->getIncludedResources() in addEntry()
1689 uint32_t rid = mAssets->getIncludedResources() in startBag()
1760 uint32_t rid = mAssets->getIncludedResources() in addBag()
1804 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry()
1928 uint32_t rid = mAssets->getIncludedResources() in getResId()
2022 res = mAssets->getIncludedResources() in stringToValue()
DResourceTable.h533 sp<AaptAssets> mAssets; variable