Home | History | Annotate | Download | only in res

Lines Matching defs:AssetManager

45 public final class AssetManager implements AutoCloseable {
69 private static final String TAG = "AssetManager";
75 /*package*/ static AssetManager sSystem = null;
90 * Create a new AssetManager containing only the basic system assets.
96 public AssetManager() {
111 AssetManager system = new AssetManager(true);
118 private AssetManager(boolean isSystem) {
134 public static AssetManager getSystem() {
372 throw new RuntimeException("Assetmanager has been closed");
388 throw new RuntimeException("Assetmanager has been closed");
464 throw new RuntimeException("Assetmanager has been closed");
485 throw new RuntimeException("Assetmanager has been closed");
544 throw new RuntimeException("Assetmanager has been closed");
565 throw new RuntimeException("Assetmanager has been closed");
583 Log.w(TAG, "AssetManager " + this
626 synchronized (AssetManager.this) {
744 * instantiate a new AssetManager class to see the new data.