Searched refs:onApplyThemeResource (Results 1 – 7 of 7) 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 | 5087 protected void onApplyThemeResource(Resources.Theme theme, @StyleRes int resid, in onApplyThemeResource() method in Activity 5090 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 671 HSPLandroid/app/Activity;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ)V 21099 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 | 52185 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
|