Home
last modified time | relevance | path

Searched refs:is_first_wallpaper_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_impl.cc612 if (!is_first_wallpaper_) in ShouldShowInitialAnimation()
679 is_first_wallpaper_ = !current_wallpaper_; in ShowWallpaperImage()
685 if (is_first_wallpaper_) { in ShowWallpaperImage()
868 (is_first_wallpaper_ && wallpaper_widget_controller->IsAnimating())) { in AddFirstWallpaperAnimationEndCallback()
H A Dwallpaper_controller_impl.h583 bool is_first_wallpaper_ = false; variable