Home
last modified time | relevance | path

Searched refs:itemLayoutWrapper (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_testtwo_ng.cpp151 itemLayoutWrapper->SetLayoutAlgorithm( in CreateRTLWrapper()
206 itemLayoutWrapper->SetLayoutAlgorithm( in CreateRTLReverseWrapper()
281 itemLayoutWrapper->SetLayoutAlgorithm(
375 itemLayoutWrapper->SetLayoutAlgorithm(
472 itemLayoutWrapper->SetLayoutAlgorithm(
569 itemLayoutWrapper->SetLayoutAlgorithm(
667 itemLayoutWrapper->SetLayoutAlgorithm(
764 itemLayoutWrapper->SetLayoutAlgorithm(
859 itemLayoutWrapper->SetLayoutAlgorithm(
952 itemLayoutWrapper->SetLayoutAlgorithm(
[all …]
H A Dflex_testthree_ng.cpp171 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
179 itemLayoutWrapper->SetLayoutAlgorithm(
182 layoutWrapper->AppendChild(itemLayoutWrapper);
189 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
198 itemLayoutWrapper->SetLayoutAlgorithm(
311 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
319 itemLayoutWrapper->SetLayoutAlgorithm(
339 itemLayoutWrapper->SetLayoutAlgorithm(
587 itemLayoutWrapper->SetLayoutAlgorithm(
675 itemLayoutWrapper->SetLayoutAlgorithm(
[all …]
H A Dflex_test_ng.cpp712 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
720 itemLayoutWrapper->SetLayoutAlgorithm(
1001 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
1009 itemLayoutWrapper->SetLayoutAlgorithm(
1084 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
1092 itemLayoutWrapper->SetLayoutAlgorithm(
1175 itemLayoutWrapper->SetLayoutAlgorithm(
1260 itemLayoutWrapper->SetLayoutAlgorithm(
1345 itemLayoutWrapper->SetLayoutAlgorithm(
1429 itemLayoutWrapper->SetLayoutAlgorithm(
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/
H A Dlinear_split_test_ng.cpp433 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
441 itemLayoutWrapper->SetLayoutAlgorithm(
444 layoutWrapper->AppendChild(itemLayoutWrapper);
627 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
635 itemLayoutWrapper->SetLayoutAlgorithm(
638 layoutWrapper->AppendChild(itemLayoutWrapper);
852 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
860 itemLayoutWrapper->SetLayoutAlgorithm(
863 layoutWrapper->AppendChild(itemLayoutWrapper);
1032 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_base_algorithm.h41 const RefPtr<LayoutWrapper>& itemLayoutWrapper, int32_t mainIndex, int32_t crossIndex) in UpdateRealGridItemPositionInfo() argument
44 AceType::DynamicCast<GridItemLayoutProperty>(itemLayoutWrapper->GetLayoutProperty()); in UpdateRealGridItemPositionInfo()
48 auto gridItemNode = itemLayoutWrapper->GetHostNode(); in UpdateRealGridItemPositionInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/
H A Dstack_test_ng.cpp283 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
285 itemLayoutWrapper->GetLayoutProperty()->UpdateLayoutConstraint(childLayoutConstraint);
286 itemLayoutWrapper->GetLayoutProperty()->UpdateUserDefinedIdealSize(
288 itemLayoutWrapper->GetLayoutProperty()->UpdatePadding(noPadding);
289 itemLayoutWrapper->GetLayoutProperty()->UpdateAlignment(Alignment::TOP_CENTER);
292 itemLayoutWrapper->SetLayoutAlgorithm(
295 layoutWrapper->AppendChild(itemLayoutWrapper);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.h40 …const RefPtr<LayoutWrapper>& itemLayoutWrapper, LayoutWrapper* layoutWrapper, int32_t itemIndex) o…
48 … const RefPtr<LayoutWrapper>& itemLayoutWrapper, int32_t mainIndex, int32_t crossIndex) override in UpdateRealGridItemPositionInfo() argument
H A Dgrid_scroll_with_options_layout_algorithm.cpp22 void UpdateGridItemRowAndColumnInfo(const RefPtr<LayoutWrapper>& itemLayoutWrapper, GridItemIndexIn… in UpdateGridItemRowAndColumnInfo() argument
24 auto gridItemHost = itemLayoutWrapper->GetHostNode(); in UpdateGridItemRowAndColumnInfo()
33 const RefPtr<LayoutWrapper>& itemLayoutWrapper, LayoutWrapper* layoutWrapper, int32_t itemIndex) in AdjustRowColSpan() argument
62 UpdateGridItemRowAndColumnInfo(itemLayoutWrapper, irregualItemInfo); in AdjustRowColSpan()
H A Dgrid_scroll_layout_algorithm.h143 bool NeedAdjust(const RefPtr<GridItemLayoutProperty>& itemLayoutWrapper);
145 … const RefPtr<LayoutWrapper>& itemLayoutWrapper, LayoutWrapper* layoutWrapper, int32_t itemIndex);
H A Dgrid_scroll_layout_algorithm.cpp731 …const RefPtr<LayoutWrapper>& itemLayoutWrapper, LayoutWrapper* /* layoutWrapper */, int32_t /* ite… in AdjustRowColSpan() argument
733 …auto itemLayoutProperty = DynamicCast<GridItemLayoutProperty>(itemLayoutWrapper->GetLayoutProperty… in AdjustRowColSpan()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.h430 const RefPtr<LayoutWrapper>& itemLayoutWrapper, int32_t indexInGroup);
H A Dlist_item_group_layout_algorithm.cpp1270 const RefPtr<LayoutWrapper>& itemLayoutWrapper, int32_t indexInGroup) in SetListItemIndex() argument
1272 auto host = itemLayoutWrapper->GetHostNode(); in SetListItemIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1652 RefPtr<LayoutWrapperNode> itemLayoutWrapper = variable
1654 EXPECT_FALSE(itemLayoutWrapper == nullptr);
1657 itemLayoutWrapper->GetLayoutProperty()->UpdateLayoutConstraint(childLayoutConstraint);
1660 itemLayoutWrapper->SetLayoutAlgorithm(
1662 itemLayoutWrapper->GetLayoutProperty()->UpdateUserDefinedIdealSize(
1664 layoutWrapper->AppendChild(itemLayoutWrapper);