Searched refs:onApplyThemeResource (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 202 protected void onApplyThemeResource(Resources.Theme theme, int resId, boolean first) { in onApplyThemeResource() method in ContextThemeWrapper 216 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | FallbackThemeWrapper.java | 47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource() method in FallbackThemeWrapper
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 4953 protected void onApplyThemeResource(Resources.Theme theme, @StyleRes int resid, in onApplyThemeResource() method in Activity 4956 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 495 HSPLandroid/app/Activity;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ)V 16051 HSPLandroid/view/ContextThemeWrapper;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32073 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
|
/frameworks/base/api/ |
D | current.txt | 48574 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
|