All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.view.ContextThemeWrapper Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy