Searched refs:hoverDecoration_ (Results 1 – 2 of 2) sorted by relevance
44 hoverDecoration_ = AceType::MakeRefPtr<Decoration>(); in RenderPickerOption()45 hoverDecoration_->SetBackgroundColor(HOVER_COLOR); in RenderPickerOption()46 hoverDecoration_->SetBorderRadius(Radius(PRESS_RADIUS)); in RenderPickerOption()68 if (hoverDecoration_) { in Update()69 hoverDecoration_->SetBackgroundColor(HOVER_COLOR); in Update()
109 RefPtr<Decoration> hoverDecoration_; variable