Home
last modified time | relevance | path

Searched refs:onApplyThemeResource (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiDppBaseActivity.java47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() method in WifiDppBaseActivity
50 super.onApplyThemeResource(theme, new_resid, first); in onApplyThemeResource()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DSetupGlifLayoutActivity.java58 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() method in SetupGlifLayoutActivity
60 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/aosp12/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java202 protected void onApplyThemeResource(Resources.Theme theme, int resId, boolean first) { in onApplyThemeResource() method in ContextThemeWrapper
216 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DFallbackThemeWrapper.java47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource() method in FallbackThemeWrapper
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardBase.java128 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() method in StorageWizardBase
130 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DEncryptionInterstitial.java64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() method in EncryptionInterstitial
66 super.onApplyThemeResource(theme, new_resid, first); in onApplyThemeResource()
H A DSettingsActivity.java469 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() method in SettingsActivity
471 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricEnrollActivity.java496 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
499 super.onApplyThemeResource(theme, newResid, first);
/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java5164 protected void onApplyThemeResource(Resources.Theme theme, @StyleRes int resid, in onApplyThemeResource() method in Activity
5167 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt601 HSPLandroid/app/Activity;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ)V
16502 HSPLandroid/view/ContextThemeWrapper;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt601 HSPLandroid/app/Activity;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ)V
16551 HSPLandroid/view/ContextThemeWrapper;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt46991 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt32073 method protected void onApplyThemeResource(android.content.res.Resources.Theme, int, boolean);