Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java192 CustomTheme themeToApply = mCustomThemeManager.buildPartialCustomTheme(this, in onNextOrApply() local
198 ThemeBundle equivalent = (originalTheme.isEquivalent(themeToApply)) in onNextOrApply()
199 ? null : mThemeManager.findThemeByPackages(themeToApply); in onNextOrApply()
215 applyTheme(themeToApply); in onNextOrApply()
222 private void applyTheme(ThemeBundle themeToApply) { in applyTheme() argument
223 mThemeManager.apply(themeToApply, new Callback() { in applyTheme()