Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp103 layoutAlgorithm->SetCachedIndex(forwardCachedIndex_, backwardCachedIndex_); in CreateLayoutAlgorithm()
146 forwardCachedIndex_ = cacheParam.value().forwardCachedIndex; in OnDirtyLayoutWrapperSwap()
380 forwardCachedIndex_ = -1; in ClearCachedItemPosition()
459 int32_t forwardCachedIndex = std::clamp(forwardCachedIndex_, endIndex, endLimit); in UpdateCachedIndexForward()
473 if (outOfView && forwardCachedIndex < forwardCachedIndex_) { in UpdateCachedIndexForward()
518 int32_t forwardCachedIndex = std::clamp(forwardCachedIndex_, endIndex, endLimit); in UpdateCachedIndexOmni()
549 forwardCachedIndex_ = -1; in UpdateCachedIndex()
571 forwardCachedIndex_ = cached.first; in UpdateCachedIndex()
575 res.forwardCachedCount = (forwardCachedIndex_ - endIndex + lanes - 1) / lanes; in UpdateCachedIndex()
586 forwardCachedIndex_ = -1; in UpdateCachedIndex()
[all …]
H A Dlist_item_group_layout_algorithm.h94 forwardCachedIndex_ = -1; in ResetCachedIndex()
371 forwardCachedIndex_ = forwardIndex; in SetCachedIndex()
377 return { forwardCachedIndex_, backwardCachedIndex_ }; in GetCachedIndex()
466 int32_t forwardCachedIndex_ = -1; variable
H A Dlist_item_group_pattern.h351 int32_t forwardCachedIndex_ = -1; variable
H A Dlist_item_group_layout_algorithm.cpp419 forwardCachedIndex_ = -1; in ClearItemPosition()