Home
last modified time | relevance | path

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 Dlist_layout_algorithm.cpp388 SetListItemGroupParam(wrapper, index, 0.0f, true, listLayoutProperty, false); in HandleJumpCenter()
418 SetListItemGroupParam(wrapper, jumpIndex_.value(), 0.0f, true, listLayoutProperty, false); in HandleJumpStart()
440SetListItemGroupParam(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()
717SetListItemGroupParam(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 Dlist_lanes_layout_algorithm.cpp74 SetListItemGroupParam(wrapper, childIndex, 0.0f, true, listLayoutProperty, true); in MeasureAndGetChildHeight()
99 SetListItemGroupParam(groupWrapper, index, pos, forward, listLayoutProperty, false); in MeasureGroup()
H A Dlist_layout_algorithm.h440 …void SetListItemGroupParam(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, float refere…