Home | History | Annotate | Download | only in res

Lines Matching defs:AssetManager

63  * The implementation of Resource access. This class contains the AssetManager and all caches
139 final AssetManager mAssets;
156 * @param assets Previously created AssetManager.
164 public ResourcesImpl(@NonNull AssetManager assets, @Nullable DisplayMetrics metrics,
178 public AssetManager getAssets() {
326 AssetManager.ACCESS_STREAMING);
385 // The LocaleList has changed. We must query the AssetManager's available
811 value.assetCookie, file, AssetManager.ACCESS_STREAMING);
1244 private final AssetManager mAssets;
1277 AssetManager.applyThemeStyle(mTheme, resId, force);
1287 AssetManager.copyTheme(mTheme, other.mTheme);
1310 AssetManager.applyStyle(mTheme, defStyleAttr, defStyleRes,
1332 AssetManager.resolveAttrs(mTheme, 0, 0, values, attrs, array.mData, array.mIndices);
1352 AssetManager.getThemeChangingConfigurations(mTheme);
1359 AssetManager.dumpTheme(mTheme, priority, tag, prefix);
1388 AssetManager.clearTheme(mTheme);
1394 AssetManager.applyThemeStyle(mTheme, resId, force);