Searched refs:barColor_ (Results 1 – 5 of 5) sorted by relevance
41 theme->barColor_ = themeConstants->GetColor(THEME_DRAG_BAR_COLOR); in Build()64 theme->barColor_ = pattern->GetAttr<Color>(DRAG_BAR_COLOR, Color()); in ParsePattern()71 return barColor_; in GetBarColor()88 Color barColor_;
67 barColor_ = theme->GetBarColor(); in Paint()69 skPaint.setColor(barColor_.GetValue()); in Paint()99 barColor_ = theme->GetBarColor(); in Paint()101 pen.SetColor(barColor_.GetValue()); in Paint()
83 Color barColor_ = Color(0xffb3b3b3); variable
52 barColor_ = AceType::MakeRefPtr<PropertyColor>(Color()); in ScrollBarOverlayModifier()53 AttachProperty(barColor_); in ScrollBarOverlayModifier()59 CHECK_NULL_VOID(barColor_); in onDraw()76 RSColor barColor = ToRSColor(barColor_->Get().BlendOpacity(opacity_->Get() / FULL_ALPHA)); in onDraw()273 CHECK_NULL_VOID(barColor_); in SetBarColor()274 barColor_->Set(barColor); in SetBarColor()
148 RefPtr<PropertyColor> barColor_; variable