Searched refs:applyTheme (Results 1 – 6 of 6) sorted by relevance
103 applyTheme(defaultTheme); in testApply_DefaultTheme()128 applyTheme(theme); in testApply_NonDefault()135 private void applyTheme(ThemeBundle theme) { in applyTheme() method in ThemeManagerTest
68 public void applyTheme(Theme t) { in applyTheme() method in TintDrawable69 super.applyTheme(t); in applyTheme()
210 (dialogInterface, i) -> applyTheme(equivalent)) in onNextOrApply()215 applyTheme(themeToApply); in onNextOrApply()222 private void applyTheme(ThemeBundle themeToApply) { in applyTheme() method in CustomThemeActivity
132 applyTheme(); in onCreateView()141 private void applyTheme() { in applyTheme() method in ThemeFragment
323 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DynamicAdaptiveIconDrawable324 super.applyTheme(t); in applyTheme()337 d.applyTheme(t); in applyTheme()
111 public void applyTheme(Resources.Theme t) { in applyTheme() method in ShadowDrawable