Searched refs:onApplyThemeResource (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 131 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() method in ContextThemeWrapper 144 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 3358 protected void onApplyThemeResource(Resources.Theme theme, int resid, in onApplyThemeResource() method in Activity 3361 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/frameworks/base/api/ |
D | current.txt | 26341 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
|