Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp390 int32_t sectionHeadIndex = INDEXER_INVALID_INDEX; in AddSectionHead() local
393 return sectionHeadIndex; in AddSectionHead()
398 return sectionHeadIndex; in AddSectionHead()
403 return sectionHeadIndex; in AddSectionHead()
409 return sectionHeadIndex; in AddSectionHead()
434 sectionHeadIndex = indexerItem->GetSectionIndex(); in AddSectionHead()
435 list_->InsertChild(sectionHeadIndex, composedItem); in AddSectionHead()
437 strSectionHeadLabel.c_str(), headStyleStr.c_str(), sectionHeadIndex); in AddSectionHead()
438 return sectionHeadIndex; in AddSectionHead()
481 int32_t sectionHeadIndex = item->GetSectionIndex(); in RemoveItemIndexKey() local
[all …]