Home | History | Annotate | Download | only in res

Lines Matching refs:AssetManager

42 public final class AssetManager implements AutoCloseable {
66 private static final String TAG = "AssetManager";
72 /*package*/ static AssetManager sSystem = null;
87 * Create a new AssetManager containing only the basic system assets.
93 public AssetManager() {
108 AssetManager system = new AssetManager(true);
115 private AssetManager(boolean isSystem) {
131 public static AssetManager getSystem() {
345 throw new RuntimeException("Assetmanager has been closed");
361 throw new RuntimeException("Assetmanager has been closed");
437 throw new RuntimeException("Assetmanager has been closed");
458 throw new RuntimeException("Assetmanager has been closed");
517 throw new RuntimeException("Assetmanager has been closed");
538 throw new RuntimeException("Assetmanager has been closed");
556 Log.w(TAG, "AssetManager " + this
599 synchronized (AssetManager.this) {
717 * instantiate a new AssetManager class to see the new data.