Searched refs:onApplyThemeResource (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ |
D | ContextThemeWrapper.java | 95 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() method in ContextThemeWrapper 108 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
|
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 137 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() method in ContextThemeWrapper 150 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 3712 protected void onApplyThemeResource(Resources.Theme theme, @StyleRes int resid, in onApplyThemeResource() method in Activity 3715 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/frameworks/base/api/ |
D | current.txt | 34606 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
|
D | system-current.txt | 36898 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
|