Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h345 int32_t startIndex, int32_t endIndex, int32_t jumpIndex, float jumpIndexStartPos);
351 int32_t jumpIndex, float jumpIndexStartPos);
H A Dlist_layout_algorithm.cpp484 int32_t startIndex, int32_t endIndex, int32_t jumpIndex, float jumpIndexStartPos) in CheckNoNeedJumpListItemGroup() argument
510 auto topPos = jumpIndexStartPos + it->second.startPos - in CheckNoNeedJumpListItemGroup()
512 auto bottomPos = jumpIndexStartPos + it->second.endPos + in CheckNoNeedJumpListItemGroup()
592 int32_t startIndex, int32_t endIndex, int32_t jumpIndex, float jumpIndexStartPos) in NoNeedJump() argument
597 …(CheckNoNeedJumpListItemGroup(layoutWrapper, startIndex, endIndex, jumpIndex, jumpIndexStartPos)) { in NoNeedJump()
744 float jumpIndexStartPos = 0.0f; in MeasureList() local
757 jumpIndexStartPos = it->second.startPos; in MeasureList()
814 …mp(layoutWrapper, startPos, endPos, startIndex, endIndex, jumpIndex_.value(), jumpIndexStartPos)) { in MeasureList()