Searched refs:jumpIndexInGroup (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_pattern.h | 58 std::optional<int32_t> jumpIndexInGroup; member
|
H A D | list_layout_algorithm.cpp | 491 int32_t jumpIndexInGroup = 0; in CheckNoNeedJumpListItemGroup() local 493 jumpIndexInGroup = jumpIndexInGroup_.value(); in CheckNoNeedJumpListItemGroup() 508 auto it = groupItemPosition.find(jumpIndexInGroup); in CheckNoNeedJumpListItemGroup() 518 …tOfScreenScrollAutoType(wrapper, jumpIndex, listLayoutProperty, jumpIndexInGroup, jumpIndexInGroup, in CheckNoNeedJumpListItemGroup() 525 …JudgeOutOfScreenScrollAutoType(wrapper, jumpIndex, listLayoutProperty, jumpIndexInGroup, jumpIndex, in CheckNoNeedJumpListItemGroup() 2136 …if (listMainSizeValues.jumpIndexInGroup.has_value() && listMainSizeValues.scrollAlign == ScrollAli… in PredictBuildGroup()
|