Searched defs:onApplyThemeResource (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java137 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { method in class:ContextThemeWrapper
150 onApplyThemeResource(mTheme, mThemeResource, first);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DContextThemeWrapper.java95 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { method in class:ContextThemeWrapper
108 onApplyThemeResource(mTheme, mThemeResource, first);
/frameworks/base/core/java/android/app/
H A DActivity.java3712 protected void onApplyThemeResource(Resources.Theme theme, @StyleRes int resid, method in class:Activity
3715 super.onApplyThemeResource(theme, resid, first);

Completed in 2759 milliseconds