FileDocCategorySizeDatePackage
AssetManager_Delegate.javaAPI DocAndroid 5.1 API1448Thu Mar 12 22:22:44 GMT 2015android.content.res

AssetManager_Delegate

public class AssetManager_Delegate extends Object
Delegate used to provide implementation of a select few native methods of {@link AssetManager}

Through the layoutlib_create tool, the original native methods of AssetManager have been replaced by calls to methods of the same name in this delegate class.

Fields Summary
Constructors Summary
Methods Summary
static voiddeleteTheme(AssetManager manager, long theme)

        Resources_Theme_Delegate.getDelegateManager().removeJavaReferenceFor(theme);
    
static longnewTheme(AssetManager manager)

        return Resources_Theme_Delegate.getDelegateManager()
                .addNewDelegate(new Resources_Theme_Delegate());