Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java198 ThemeBundle equivalent = (originalTheme.isEquivalent(themeToApply)) in onNextOrApply()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java151 public boolean isEquivalent(ThemeBundle other) { in isEquivalent() method in ThemeBundle
DDefaultThemeProvider.java470 if (theme.isEquivalent(other)) { in findEquivalent()