| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/linear_layout/ |
| D | linear_layout_test_ng.cpp | 156 const LayoutConstraintF& childLayoutConstraint) in CreateSmallChild() 180 const LayoutConstraintF& childLayoutConstraint) in CreateLargeChild() 223 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 272 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 331 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 384 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 437 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 492 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 548 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 601 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/flex/ |
| D | flex_test_ng.cpp | 227 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 386 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 485 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 589 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 673 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 773 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 878 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 962 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 1045 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 1130 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/relative_container/ |
| D | relative_container_test_ng.cpp | 150 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 230 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 353 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 625 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 714 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 792 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 887 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 994 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/blank/ |
| D | blank_pattern_test_ng.cpp | 267 auto childLayoutConstraint = rowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 329 auto childLayoutConstraint = columnLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 388 auto childLayoutConstraint = flexRowLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 447 …auto childLayoutConstraint = flexColumnLayoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 532 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 598 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/stack/ |
| D | stack_test_ng.cpp | 78 const LayoutConstraintF& childLayoutConstraint) in CreateSmallChild() 150 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/marquee/ |
| D | marquee_test_ng.cpp | 396 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 497 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 582 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 704 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 795 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
| D | scroll_layout_algorithm.cpp | 60 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| D | shape_container_layout_algorithm.cpp | 78 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in GetChildrenSize() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
| D | indexer_layout_algorithm.cpp | 64 auto childLayoutConstraint = indexerLayoutProperty->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
| D | scroll_bar_layout_algorithm.cpp | 79 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/linear_split/ |
| D | linear_split_pattern_test_ng.cpp | 410 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 604 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 829 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
| D | search_layout_algorithm.cpp | 81 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in CancelImageMeasure() local 120 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in CancelButtonMeasure() local 175 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in TextFieldMeasure() local 211 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in ImageMeasure() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/badge/ |
| D | badge_test_ng.cpp | 96 const LayoutConstraintF& childLayoutConstraint) in CreateChild() 259 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/ |
| D | grid_adaptive_layout_algorithm.cpp | 102 auto childLayoutConstraint = gridLayoutProperty->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| D | wrap_layout_algorithm.cpp | 62 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in Measure() local 166 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in StretchItemsInContent() local
|
| D | flex_layout_algorithm.cpp | 233 … const auto& childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in TravelChildrenFlexProps() local 249 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in TravelChildrenFlexProps() local 471 auto childLayoutConstraint = child.layoutConstraint; in MeasureAndCleanMagicNodes() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
| D | sliding_panel_layout_algorithm.cpp | 56 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| D | tabs_layout_algorithm.cpp | 53 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
|
| D | tab_bar_layout_algorithm.cpp | 145 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in Measure() local 253 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in MeasureItemWidths() local 291 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in MeasureMaxHeight() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/bubble/ |
| D | bubble_test_ng.cpp | 1292 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 1423 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 1564 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable 1696 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
| D | badge_layout_algorithm.cpp | 45 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/tabs/ |
| D | tabs_test_ng.cpp | 267 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 370 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 496 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 656 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 756 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 831 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 933 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 3388 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 3444 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable 3497 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| D | dialog_layout_algorithm.cpp | 71 auto childLayoutConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
| D | stepper_layout_algorithm.cpp | 50 auto childLayoutConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/shape/ |
| D | shape_pattern_test_ng.cpp | 424 auto childLayoutConstraint = layoutWrapper.GetLayoutProperty()->CreateChildConstraint(); variable
|