Searched refs:pressDecoration_ (Results 1 – 2 of 2) sorted by relevance
40 pressDecoration_ = AceType::MakeRefPtr<Decoration>(); in RenderPickerOption()41 pressDecoration_->SetBackgroundColor(PRESS_COLOR); in RenderPickerOption()42 pressDecoration_->SetBorderRadius(Radius(PRESS_RADIUS)); in RenderPickerOption()65 if (pressDecoration_) { in Update()66 pressDecoration_->SetBackgroundColor(theme->GetPressColor()); in Update()174 if (!pressDecoration_) { in UpdateBackgroundDecoration()177 pressDecoration_->SetBackgroundColor(GetEventEffectColor()); in UpdateBackgroundDecoration()178 boxComponent_->SetBackDecoration(pressDecoration_); in UpdateBackgroundDecoration()
108 RefPtr<Decoration> pressDecoration_; variable