Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h167 int32_t GetCurrentMaxIndex() const in GetCurrentMaxIndex() function
475 return GetItemAnimationPosition(GetCurrentMaxIndex()); in GetTailAnimationValue()
H A Dlist_layout_manager.cpp332 if (symbol < 0.0 && listItem->GetIndex() >= renderList_.GetCurrentMaxIndex()) { in AdjustLayoutParam()
534 int32_t curTailIndex = renderList_.GetCurrentMaxIndex(); in LayoutToItem()
565 int32_t curTailIndex = renderList_.GetCurrentMaxIndex(); in LayoutToPosition()
597 int32_t curTailIndex = renderList_.GetCurrentMaxIndex(); in LayoutMore()
H A Drender_list.cpp191 int32_t maxIndex = GetCurrentMaxIndex(); in BuildNextItem()
251 if (index >= GetCurrentMaxIndex()) { in CalculateItemPosition()
777 dragStartIndexPending_ = GetCurrentMaxIndex(); in NotifyScrollOver()
H A Dgrid_layout_manager.cpp380 int32_t curTailIndex = renderList_.GetCurrentMaxIndex(); in LayoutToItem()
418 int32_t curTailIndex = renderList_.GetCurrentMaxIndex(); in LayoutMore()
H A Dlist_watch_layout_manager.cpp154 (centerIndex == INVALID_INDEX && index == renderList_.GetCurrentMaxIndex())) { in HandleItemStateAndEffect()
H A Dlist_element.cpp669 int32_t currentMax = renderList_->GetCurrentMaxIndex() + 1; in GetRefreshItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp344 int32_t currentIndex = listBase->GetCurrentMaxIndex(); in ReachMaxCount()