Searched refs:lockWallpaperColor_ (Results 1 – 2 of 2) sorted by relevance
281 lockWallpaperColor_ = 0; in InitData()639 colors.emplace_back(lockWallpaperColor_); in GetColors()1493 } else if (wallpaperType == WALLPAPER_LOCKSCREEN && !CompareColor(lockWallpaperColor_, color)) { in OnColorsChange()1496 lockWallpaperColor_ = color.PackValue(); in OnColorsChange()1497 colors.emplace_back(lockWallpaperColor_); in OnColorsChange()
214 uint64_t lockWallpaperColor_; variable