Searched defs:onApplyThemeResource (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintEnrollBase.java62 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { method in class:FingerprintEnrollBase
64 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Settings/src/com/android/settings/notification/
H A DRedactionInterstitial.java59 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { method in class:RedactionInterstitial
61 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Settings/src/com/android/settings/
H A DEncryptionInterstitial.java61 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { method in class:EncryptionInterstitial
63 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Settings/src/com/android/settings/password/
H A DSetupChooseLockGeneric.java63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { method in class:SetupChooseLockGeneric
65 super.onApplyThemeResource(theme, resid, first);
H A DChooseLockPattern.java86 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { method in class:ChooseLockPattern
88 super.onApplyThemeResource(theme, resid, first);
H A DChooseLockPassword.java95 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { method in class:ChooseLockPassword
97 super.onApplyThemeResource(theme, resid, first);

Completed in 96 milliseconds