Searched refs:SetListItemGroupParam (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 388 SetListItemGroupParam(wrapper, index, 0.0f, true, listLayoutProperty, false); in HandleJumpCenter() 418 SetListItemGroupParam(wrapper, jumpIndex_.value(), 0.0f, true, listLayoutProperty, false); in HandleJumpStart() 440 …SetListItemGroupParam(wrapper, jumpIndex_.value(), contentMainSize_, true, listLayoutProperty, fal… in HandleJumpEnd() 571 SetListItemGroupParam(layoutWrapper, index, 0.0f, true, layoutProperty, false); in JudgeOutOfScreenScrollAutoType() 618 SetListItemGroupParam(wrapper, childIndex, 0.0f, true, listLayoutProperty, groupLayoutAll); in MeasureAndGetChildHeight() 717 …SetListItemGroupParam(wrapper, startIndex, startPos, forwardLayout, listLayoutProperty, false, tru… in CheckAndMeasureStartItem() 970 SetListItemGroupParam(wrapper, currentIndex, startPos, true, listLayoutProperty, false); in LayoutALineForward() 1009 SetListItemGroupParam(wrapper, currentIndex, endPos, false, listLayoutProperty, false); in LayoutALineBackward() 1635 void ListLayoutAlgorithm::SetListItemGroupParam(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t… in SetListItemGroupParam() function in OHOS::Ace::NG::ListLayoutAlgorithm
|
H A D | list_lanes_layout_algorithm.cpp | 74 SetListItemGroupParam(wrapper, childIndex, 0.0f, true, listLayoutProperty, true); in MeasureAndGetChildHeight() 99 SetListItemGroupParam(groupWrapper, index, pos, forward, listLayoutProperty, false); in MeasureGroup()
|
H A D | list_layout_algorithm.h | 440 …void SetListItemGroupParam(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, float refere…
|