Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
DThemeManagerTest.java104 applyTheme(defaultTheme); in apply_WithDefaultTheme_StoresEmptyJsonString()
122 applyTheme(theme); in apply_WithOverlayTheme_StoresSerializedPackagesWithTimestamp()
186 applyTheme(theme); in getStoredOverlays_GetsFromSettingsSecureWithExpectedName()
211 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/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java232 public FastBitmapDrawable newIcon(Context context, boolean applyTheme) {
233 FastBitmapDrawable drawable = applyTheme
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettingsForSetupWizardActivity.java104 applyTheme(); in onCreate()
109 private void applyTheme() { in applyTheme() method in AccessibilitySettingsForSetupWizardActivity
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemeFragment.java149 applyTheme(); in onBottomActionBarReady()
181 private void applyTheme() { in applyTheme() method in ThemeFragment
233 applyTheme(); in onActivityResult()
DCustomThemeActivity.java214 (dialogInterface, i) -> applyTheme(equivalent)) in onNextOrApply()
219 applyTheme(themeToApply); in onNextOrApply()
226 private void applyTheme(ThemeBundle themeToApply) { in applyTheme() method in CustomThemeActivity
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java320 public void applyTheme(@NonNull Theme t) { in applyTheme() method in DynamicAdaptiveIconDrawable
321 super.applyTheme(t); in applyTheme()
334 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