Home
last modified time | relevance | path

Searched refs:GetCacheEndIndex (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_layout_algorithm.h218 int32_t GetCacheEndIndex() const in GetCacheEndIndex() function
261 if (GetCacheEndIndex() == totalItemCount_ - 1) { in GetCacheEndPosition()
H A Dlist_item_group_layout_algorithm.cpp1003 … float endPos = GetCacheEndIndex() > GetEndIndex() ? GetCacheEndPosition() : GetEndPosition(); in AdjustItemPosition()
1435 if (GetCacheEndIndex() == totalItemCount_ - 1) { in MeasureCacheItem()
1438 float endPos = GetCacheEndIndex() > GetEndIndex() || itemPosition_.empty() ? in MeasureCacheItem()