Home
last modified time | relevance | path

Searched refs:bubbleBack_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_component.cpp91 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()
H A Dindexer_component.h223 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