Home | History | Annotate | Download | only in view

Lines Matching refs:Theme

26  * A ContextWrapper that allows you to modify the theme from what is in the 
32 private Resources.Theme mTheme;
98 @Override public Resources.Theme getTheme() {
121 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
122 * resource to the current Theme object. Can override to change the
126 * @param theme The Theme object being modified.
127 * @param resid The theme style resource being applied to <var>theme</var>.
129 * applied to <var>theme</var>.
131 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
132 theme.applyStyle(resid, true);
139 Resources.Theme theme = mBase.getTheme();
140 if (theme != null) {
141 mTheme.setTo(theme);