Searched refs:bubbleBack_ (Results 1 – 2 of 2) sorted by relevance
91 if (!bubbleBack_) { in BuildBubbleBox()92 bubbleBack_ = AceType::MakeRefPtr<Decoration>(); in BuildBubbleBox()97 bubbleBack_->SetBorder(border); in BuildBubbleBox()98 bubbleBack_->SetBackgroundColor(Color(BUBBLE_BG_COLOR).BlendOpacity(NINETY_OPACITY_IN_PERCENT)); in BuildBubbleBox()99 bubble->SetBackDecoration(bubbleBack_); in BuildBubbleBox()
223 if (!bubbleBack_) { in SetBubbleBackgroundColor()224 bubbleBack_ = AceType::MakeRefPtr<Decoration>(); in SetBubbleBackgroundColor()226 bubbleBack_->SetBackgroundColor(bgColor.BlendOpacity(NINETY_OPACITY_IN_PERCENT)); in SetBubbleBackgroundColor()231 return bubbleBack_->GetBackgroundColor(); in GetBubbleBackgroundColor()309 RefPtr<Decoration> bubbleBack_; variable