Home | History | Annotate | Download | only in res

Lines Matching defs:mAssets

86     /*package*/ final AssetManager mAssets;
152 mAssets = assets;
197 CharSequence res = mAssets.getResourceText(id);
217 CharSequence res = mAssets.getResourceBagText(id, rule.attrForNumber(quantity));
221 res = mAssets.getResourceBagText(id, PluralRules.ID_OTHER);
345 CharSequence res = id != 0 ? mAssets.getResourceText(id) : null;
361 CharSequence[] res = mAssets.getResourceTextArray(id);
381 String[] res = mAssets.getResourceStringArray(id);
401 int[] res = mAssets.getArrayIntResource(id);
423 int len = mAssets.getArraySize(id);
430 array.mLength = mAssets.retrieveArray(id, array.mData);
820 return mAssets.openNonAsset(value.assetCookie, value.string.toString(),
857 return mAssets.openNonAssetFd(
888 boolean found = mAssets.getResourceValue(id, outValue, resolveRefs);
1178 boolean got = mAssets.getThemeValue(mTheme, resid, outValue, resolveRefs);
1201 mAssets.releaseTheme(mTheme);
1205 mAssets = Resources.this.mAssets;
1206 mTheme = mAssets.createTheme();
1209 private final AssetManager mAssets;
1244 mAssets.retrieveAttributes(parser.mParseState, attrs,
1296 mAssets.setConfiguration(mConfiguration.mcc, mConfiguration.mnc,
1422 return mAssets.getResourceIdentifier(name, defType, defPackage);
1440 String str = mAssets.getResourceName(resid);
1459 String str = mAssets.getResourcePackageName(resid);
1478 String str = mAssets.getResourceTypeName(resid);
1497 String str = mAssets.getResourceEntryName(resid);
1603 return mAssets;
1706 InputStream is = mAssets.openNonAsset(
1898 XmlBlock block = mAssets.openXmlBlockAsset(
1969 mAssets = AssetManager.getSystem();
1976 mAssets.ensureStringBlocks();