Home
last modified time | relevance | path

Searched defs:itemWrapper (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp164 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex( in MeasureToTarget() local
345 … auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(GetChildIndexWithFooter(currentIndex)); in FillViewport() local
426 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(GetChildIndexWithFooter(i)); in ModifyCurrentOffsetWhenReachEnd() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp605 for (const auto& itemWrapper : content.itemList) { in LayoutContent() local
637 for (const auto& itemWrapper : content.itemList) { in GetFlexItemProperties() local
658const RefPtr<LayoutWrapper>& itemWrapper, const FlexItemProperties& flexItemProperties, float rema… in CalcFlexGrowLayout()
797 for (const auto& itemWrapper : content.itemList) { in LayoutColumnContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp628 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in FillBlankAtEnd() local
1250 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in FillNewLineForward() local
1297 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(firstItem); in AddForwardLines() local
1389 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in FillNewLineBackward() local
1434 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in LargeItemNextLineHeight() local
1465 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in CalculateLineIndexForLargeItem() local
1506 auto itemWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in CalculateLineHeightForLargeItem() local
1866 auto itemWrapper = layoutWrapper->GetChildByIndex(currentIndex, true); in FillNewCacheLineBackward() local
1917 auto itemWrapper = layoutWrapper->GetChildByIndex(currentIndex, true); in FillNewCacheLineBackward() local
2005 auto itemWrapper = layoutWrapper->GetChildByIndex(currentIndex, true); in CompleteItemCrossPosition() local
[all …]
H A Dgrid_scroll_with_options_layout_algorithm.cpp67 const RefPtr<LayoutWrapper>& itemWrapper, bool& /* hasNormalItem */) in LargeItemLineHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp106 void ListLanesLayoutAlgorithm::MeasureItem(const RefPtr<LayoutWrapper>& itemWrapper, int32_t index,… in MeasureItem()