Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.h206 return itemDisplayEndIndex_; in GetDisplayEndIndexInGroup()
236 return itemTotalCount_ == 0 || itemDisplayEndIndex_ == (itemTotalCount_ - 1); in IsDisplayEnd()
339 int32_t itemDisplayEndIndex_ = -1; variable
H A Dlist_item_group_pattern.cpp86 DumpLog::GetInstance().AddDesc("itemDisplayEndIndex:" + std::to_string(itemDisplayEndIndex_)); in DumpAdvanceInfo()
162 itemDisplayEndIndex_ = layoutAlgorithm->GetEndIndex(); in OnDirtyLayoutWrapperSwap()