Searched refs:tertiaryColor (Results 1 – 3 of 3) sorted by relevance
318 assertThat(actualWallpaperColors?.tertiaryColor) in wallpaperColors_withStoredColorsAndNullCropHints_returnsColorsStoredInPreferences()319 .isEqualTo(storedWallpaperColors.tertiaryColor) in wallpaperColors_withStoredColorsAndNullCropHints_returnsColorsStoredInPreferences()353 assertThat(actualWallpaperColors?.tertiaryColor) in wallpaperColors_withNoStoredColorsAndNullCropHints_returnsClientWallpaperColors()354 .isEqualTo(clientWallpaperColors.tertiaryColor) in wallpaperColors_withNoStoredColorsAndNullCropHints_returnsClientWallpaperColors()402 assertThat(actualWallpaperColors?.tertiaryColor) in wallpaperColors_withStoredColorsAndNonNullCropHints_returnsClientWallpaperColors()403 .isEqualTo(clientWallpaperColors.tertiaryColor) in wallpaperColors_withStoredColorsAndNonNullCropHints_returnsClientWallpaperColors()443 assertThat(actualWallpaperColors?.tertiaryColor) in wallpaperColors_withNoStoredColorsAndNonNullCropHints_returnsClientWallpaperColors()444 .isEqualTo(clientWallpaperColors.tertiaryColor) in wallpaperColors_withNoStoredColorsAndNonNullCropHints_returnsClientWallpaperColors()
394 val tertiaryColor = wallpaperColors.tertiaryColor in storeWallpaperColors() constant395 if (tertiaryColor != null) { in storeWallpaperColors()396 value += "," + tertiaryColor.toArgb() in storeWallpaperColors()
809 val tertiaryColor = wallpaperColors.tertiaryColor in <lambda>() constant810 if (tertiaryColor != null) { in <lambda>()811 value += "," + tertiaryColor.toArgb() in <lambda>()