Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_algorithm.h74 indexInListItemGroup_ = indexInGroup; in SetIndexInListItemGroup()
84 return indexInListItemGroup_; in GetIndexInListItemGroup()
106 int32_t indexInListItemGroup_ = -1; variable
H A Dlist_item_pattern.h180 return indexInListItemGroup_; in GetIndexInListItemGroup()
185 indexInListItemGroup_ = index; in SetIndexInListItemGroup()
270 int32_t indexInListItemGroup_ = -1; variable
H A Dlist_item_pattern.cpp1093 DumpLog::GetInstance().AddDesc("indexInListItemGroup:" + std::to_string(indexInListItemGroup_)); in DumpAdvanceInfo()
1185 if (indexInListItemGroup_ != -1) { in ClickJudge()