android.view.ContextThemeWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
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!"); }
}