Home
last modified time | relevance | path

Searched refs:GetSectionText (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.h51 const std::string GetSectionText() const in GetSectionText() function
H A Drender_indexer.cpp86 bubbleText_->SetData(item->GetSectionText()); in Update()
398 bubbleText_->SetData(item->GetSectionText()); in UpdateBubbleText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h55 const std::string GetSectionText() const in GetSectionText() function
H A Drender_indexer_circle.cpp231 if (indexerItem->GetSectionText() == StringUtils::Str16ToStr8(INDEXER_STR_SHARP) || in NeedChangeIndexer()
232 indexerItem->GetSectionText() == StringUtils::Str16ToStr8(INDEXER_STR_COLLECT)) { in NeedChangeIndexer()
H A Drender_indexer.cpp347 bubbleText_->SetData(item->GetSectionText()); in UpdateBubbleText()