Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
H A DCustomThemeActivity.java196 CustomTheme themeToApply = mCustomThemeManager.buildPartialCustomTheme(this, in onNextOrApply() local
202 ThemeBundle equivalent = (originalTheme.isEquivalent(themeToApply)) in onNextOrApply()
203 ? null : mThemeManager.findThemeByPackages(themeToApply); in onNextOrApply()
219 applyTheme(themeToApply); in onNextOrApply()
226 private void applyTheme(ThemeBundle themeToApply) { in applyTheme() argument
227 mThemeManager.apply(themeToApply, new Callback() { in applyTheme()