Home
last modified time | relevance | path

Searched refs:target_color_ (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_background_animator.cc39 gfx::Tween::ColorValueBetween(t, initial_color_, target_color_); in UpdateCurrentValues()
45 target_color_ = target_color; in SetTargetValues()
50 return initial_color_ == other.target_color_; in InitialValuesEqualTargetValuesOf()
H A Dshelf_background_animator.h108 SkColor target_color() const { return target_color_; } in target_color()
123 SkColor target_color_ = SK_ColorTRANSPARENT; variable
H A Dhotseat_widget.cc476 SkColor target_color_ = SK_ColorTRANSPARENT; member in ash::HotseatWidget::DelegateView
542 if (ShelfConfig::Get()->GetDefaultShelfColor() != target_color_) { in SetTranslucentBackground()
545 target_color_ = ShelfConfig::Get()->GetDefaultShelfColor(); in SetTranslucentBackground()
546 translucent_background_.SetColor(target_color_); in SetTranslucentBackground()