Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_component.cpp78 bubbleStyle_.SetTextAlign(TextAlign::CENTER); in InitIndexerItemStyle()
79 bubbleStyle_.SetFontSize(Dimension(BUBBLE_FONT_SIZE, DimensionUnit::VP)); in InitIndexerItemStyle()
80 bubbleStyle_.SetTextColor(Color(BUBBLE_FONT_COLOR)); in InitIndexerItemStyle()
104 bubbleText_->SetTextStyle(bubbleStyle_); in BuildBubbleBox()
H A Dindexer_component.h167 return bubbleStyle_; in GetBubbleTextStyle()
172 bubbleStyle_ = textStyle; in SetBubbleTextStyle()
173 bubbleText_->SetTextStyle(bubbleStyle_); in SetBubbleTextStyle()
304 TextStyle bubbleStyle_; variable