Searched refs:applyCurrentUserOverlays (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/ |
D | ThemeOverlayControllerTest.java | 231 .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 …]
|
D | ThemeOverlayApplierTest.java | 181 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/ |
D | ThemeOverlayApplier.java | 199 public void applyCurrentUserOverlays( in applyCurrentUserOverlays() method in ThemeOverlayApplier
|
D | ThemeOverlayController.java | 811 mThemeManager.applyCurrentUserOverlays(categoryToPackage, fOverlays, currentUser, in updateThemeOverlays()
|