Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp340 if (isGroup && jumpIndexInGroup_) { in HandleJumpAuto()
492 if (jumpIndexInGroup_.has_value()) { in CheckNoNeedJumpListItemGroup()
574 jumpIndexInGroup_ = indexInGroup; in JudgeOutOfScreenScrollAutoType()
679 if (jumpIndex_ && jumpIndexInGroup_) { in CheckJumpValid()
694 … } else if ((jumpIndexInGroup_.value() < 0) || (jumpIndexInGroup_.value() >= groupItemCount)) { in CheckJumpValid()
764 jumpIndexInGroup_.reset(); in MeasureList()
816 jumpIndexInGroup_.reset(); in MeasureList()
849 jumpIndexInGroup_.reset(); in MeasureList()
1620 jumpIndexInGroup_ = 0; in SetListItemGroupJumpIndex()
1627 if (jumpIndexInGroup_.has_value()) { in SetListItemGroupJumpIndex()
[all …]
H A Dlist_layout_algorithm.h177 jumpIndexInGroup_ = index; in SetIndexInGroup()
530 std::optional<int32_t> jumpIndexInGroup_; variable
H A Dlist_pattern.cpp595 if (jumpIndexInGroup_) { in CreateLayoutAlgorithm()
596 listLayoutAlgorithm->SetIndexInGroup(jumpIndexInGroup_.value()); in CreateLayoutAlgorithm()
597 jumpIndexInGroup_.reset(); in CreateLayoutAlgorithm()
1396 jumpIndexInGroup_ = indexInGroup; in ScrollToItemInGroup()
2490 if (jumpIndexInGroup_.has_value()) { in DumpAdvanceInfo()
2491 … DumpLog::GetInstance().AddDesc("jumpIndexInGroup:" + std::to_string(jumpIndexInGroup_.value())); in DumpAdvanceInfo()
H A Dlist_pattern.h437 std::optional<int32_t> jumpIndexInGroup_; variable