Uses of Class
android.content.res.Resources.Theme

Packages that use Resources.Theme
android.app   
android.content   
android.content.res   
android.view   
 

Uses of Resources.Theme in android.app
 

Methods in android.app with parameters of type Resources.Theme
protected  void Activity.onApplyThemeResource(Resources.Theme theme, int resid, boolean first)
           
 

Uses of Resources.Theme in android.content
 

Methods in android.content that return Resources.Theme
abstract  Resources.Theme Context.getTheme()
           
 Resources.Theme ContextWrapper.getTheme()
           
 

Uses of Resources.Theme in android.content.res
 

Methods in android.content.res that return Resources.Theme
 Resources.Theme Resources.newTheme()
           
 

Methods in android.content.res with parameters of type Resources.Theme
 void Resources.Theme.setTo(Resources.Theme other)
           
 

Uses of Resources.Theme in android.view
 

Methods in android.view that return Resources.Theme
 Resources.Theme ContextThemeWrapper.getTheme()
           
 

Methods in android.view with parameters of type Resources.Theme
protected  void ContextThemeWrapper.onApplyThemeResource(Resources.Theme theme, int resid, boolean first)
           
 



Copyright © 2008-2012. All Rights Reserved.