Searched refs:mAssets (Results 1 – 8 of 8) sorted by relevance
27 private AssetManager mAssets; field in AssetTest32 mAssets = mContext.getAssets(); in setUp()64 InputStream is = mAssets.open("text.txt"); in testReadToEnd()70 String[] files = mAssets.list(""); in xxtestListDir()
86 /*package*/ final AssetManager mAssets; field in Resources152 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 …]
38 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
726 return mResources.mAssets.getPooledString( in loadStringValueAt()
87 AssetManager mAssets; variable
200 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()
1556 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()
533 sp<AaptAssets> mAssets; variable