FileDocCategorySizeDatePackage
ContextThemeWrapper.javaAPI DocAndroid 5.1 API1123Sat Mar 14 14:09:42 GMT 2015android.view

ContextThemeWrapper.java

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 applyOverrideConfiguration(android.content.res.Configuration overrideConfiguration) { throw new RuntimeException("Stub!"); }
public  android.content.res.Resources getResources() { 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!"); }
}