Home
last modified time | relevance | path

Searched refs:THEMED_ICONS (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/folder/
DPreviewItemManagerTest.kt139 get(context).put(LauncherPrefs.THEMED_ICONS, true) in checkThemedIconWithThemingOn_iconShouldBeThemed()
149 get(context).put(LauncherPrefs.THEMED_ICONS, false) in checkThemedIconWithThemingOff_iconShouldNotBeThemed()
159 get(context).put(LauncherPrefs.THEMED_ICONS, true) in checkUnthemedIconWithThemingOn_iconShouldNotBeThemed()
169 get(context).put(LauncherPrefs.THEMED_ICONS, false) in checkUnthemedIconWithThemingOff_iconShouldNotBeThemed()
179 get(context).put(LauncherPrefs.THEMED_ICONS, true) in checkThemedIconWithBadgeWithThemingOn_iconAndBadgeShouldBeThemed()
192 get(context).put(LauncherPrefs.THEMED_ICONS, true) in checkUnthemedIconWithBadgeWithThemingOn_badgeShouldBeThemed()
205 get(context).put(LauncherPrefs.THEMED_ICONS, false) in checkUnthemedIconWithBadgeWithThemingOff_iconAndBadgeShouldNotBeThemed()
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/util/
DThemePickerCustomizationOptionUtil.kt49 THEMED_ICONS,
130 ThemePickerHomeCustomizationOption.THEMED_ICONS to in getOptionEntries()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java24 import static com.android.launcher3.LauncherPrefs.THEMED_ICONS;
158 LauncherPrefs.get(context).addListener(observer, THEMED_ICONS); in LauncherAppState()
160 () -> LauncherPrefs.get(mContext).removeListener(observer, THEMED_ICONS)); in LauncherAppState()
DLauncherPrefs.kt264 val THEMED_ICONS = backedUpItem(Themes.KEY_THEMED_ICONS, false, EncryptionType.ENCRYPTED) in <lambda>() constant
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java22 import static com.android.launcher3.LauncherPrefs.THEMED_ICONS;
73 return LauncherPrefs.get(context).get(THEMED_ICONS); in isThemedIconEnabled()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DGridCustomizationsProvider.java18 import static com.android.launcher3.LauncherPrefs.THEMED_ICONS;
167 .put(THEMED_ICONS, values.getAsBoolean(BOOLEAN_VALUE)); in update()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DSettingsChangeLogger.java19 import static com.android.launcher3.LauncherPrefs.THEMED_ICONS;
184 logger.log(LauncherPrefs.get(mContext).get(THEMED_ICONS) in logSnapshot()