Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayControllerTest.java231 .applyCurrentUserOverlays(themeOverlays.capture(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_setsTheme_whenForeground()
256 verify(mThemeOverlayApplier).applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_setsTheme_whenForeground()
270 .applyCurrentUserOverlays(themeOverlays.capture(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_setsTheme_skipWhenBackground()
279 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_setsTheme_skipWhenBackground()
301 .applyCurrentUserOverlays(themeOverlays.capture(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_preservesWallpaperPickerTheme()
340 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeIfNotPreset()
374 verify(mThemeOverlayApplier).applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeWithNewHomeWallpapers()
429 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetLockScreenThemeWhenBothSet()
498 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_resetThemeWithNewHomeAndLockWallpaper()
529 .applyCurrentUserOverlays(any(), any(), anyInt(), any(), any()); in onWallpaperColorsChanged_changeLockWallpaper()
[all …]
DThemeOverlayApplierTest.java181 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in allCategoriesSpecified_allEnabledExclusively()
193 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in allCategoriesSpecified_sysuiCategoriesAlsoAppliedToSysuiUser()
210 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in allCategoriesSpecified_enabledForAllUserHandles()
227 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, null, TEST_USER.getIdentifier(), in enablesOverlays_onlyIfItExistsForUser()
241 mManager.applyCurrentUserOverlays(ALL_CATEGORIES_MAP, pendingCreation, in applyCurrentUserOverlays_createsPendingOverlays()
255 mManager.applyCurrentUserOverlays(categoryToPackage, null, TEST_USER.getIdentifier(), in someCategoriesSpecified_specifiedEnabled_unspecifiedDisabled()
272 mManager.applyCurrentUserOverlays(Maps.newArrayMap(), null, TEST_USER.getIdentifier(), in zeroCategoriesSpecified_allDisabled()
287 mManager.applyCurrentUserOverlays(categoryToPackage, null, TEST_USER.getIdentifier(), in nonThemeCategorySpecified_ignored()
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayApplier.java199 public void applyCurrentUserOverlays( in applyCurrentUserOverlays() method in ThemeOverlayApplier
DThemeOverlayController.java811 mThemeManager.applyCurrentUserOverlays(categoryToPackage, fOverlays, currentUser, in updateThemeOverlays()