Home | History | Annotate | Download | only in view

Lines Matching refs:Theme

25  * A ContextWrapper that allows you to modify the theme from what is in the 
31 private Resources.Theme mTheme;
60 @Override public Resources.Theme getTheme() {
83 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
84 * resource to the current Theme object. Can override to change the
88 * @param theme The Theme object being modified.
89 * @param resid The theme style resource being applied to <var>theme</var>.
91 * applied to <var>theme</var>.
93 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
94 theme.applyStyle(resid, true);
101 Resources.Theme theme = mBase.getTheme();
102 if (theme != null) {
103 mTheme.setTo(theme);