android.view.ContextThemeWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.view;
public class ContextThemeWrapper
extends android.content.ContextWrapper
{
public ContextThemeWrapper() { super((android.content.Context)null); throw new RuntimeException("Stub!"); }
public ContextThemeWrapper(android.content.Context base, int themeres) { super((android.content.Context)null); throw new RuntimeException("Stub!"); }
protected void attachBaseContext(android.content.Context newBase) { throw new RuntimeException("Stub!"); }
public void setTheme(int resid) { throw new RuntimeException("Stub!"); }
public android.content.res.Resources.Theme getTheme() { throw new RuntimeException("Stub!"); }
public java.lang.Object getSystemService(java.lang.String name) { throw new RuntimeException("Stub!"); }
protected void onApplyThemeResource(android.content.res.Resources.Theme theme, int resid, boolean first) { throw new RuntimeException("Stub!"); }
}