Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
DThemeManagerTest.java103 applyTheme(defaultTheme); in testApply_DefaultTheme()
128 applyTheme(theme); in testApply_NonDefault()
135 private void applyTheme(ThemeBundle theme) { in applyTheme() method in ThemeManagerTest
/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java68 public void applyTheme(Theme t) { in applyTheme() method in TintDrawable
69 super.applyTheme(t); in applyTheme()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java210 (dialogInterface, i) -> applyTheme(equivalent)) in onNextOrApply()
215 applyTheme(themeToApply); in onNextOrApply()
222 private void applyTheme(ThemeBundle themeToApply) { in applyTheme() method in CustomThemeActivity
DThemeFragment.java132 applyTheme(); in onCreateView()
141 private void applyTheme() { in applyTheme() method in ThemeFragment
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java323 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DynamicAdaptiveIconDrawable
324 super.applyTheme(t); in applyTheme()
337 d.applyTheme(t); in applyTheme()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShadowDrawable.java111 public void applyTheme(Resources.Theme t) { in applyTheme() method in ShadowDrawable