AssetManager_Delegatepublic 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. |
Methods Summary |
---|
static void | deleteTheme(AssetManager manager, long theme)
Resources_Theme_Delegate.getDelegateManager().removeJavaReferenceFor(theme);
| static long | newTheme(AssetManager manager)
return Resources_Theme_Delegate.getDelegateManager()
.addNewDelegate(new Resources_Theme_Delegate());
|
|