| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/scroll_bar/ |
| D | scroll_bar_test_ng.cpp | 101 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); variable 204 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); variable 316 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); variable 420 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); variable 564 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
| D | relative_container_layout_algorithm.cpp | 155 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CollectNodesById() local 316 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CalcSizeParam() local 463 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CalcHorizontalLayoutParam() local 497 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CalcVerticalLayoutParam() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
| D | indexer_layout_algorithm.cpp | 68 …auto childLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(childWrapper->GetLayoutPropert… in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
| D | progress_layout_algorithm.cpp | 183 …auto childLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(childWrapper->GetLayoutPropert… in GetChildHeight() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| D | bubble_view.cpp | 188 auto childLayoutProperty = child->GetLayoutProperty(); in CreateBubbleNode() local 361 auto childLayoutProperty = columnNode->GetLayoutProperty<LinearLayoutProperty>(); in CreateCombinedChild() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| D | layout_wrapper_node.cpp | 404 auto childLayoutProperty = overlayChild_->GetLayoutProperty(); in LayoutOverlay() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
| D | water_flow_layout_algorithm.cpp | 254 auto childLayoutProperty = childLayoutWrapper->GetLayoutProperty(); in CreateChildConstraint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/ |
| D | grid_row_layout_algorithm.cpp | 191 auto childLayoutProperty = child.first->GetLayoutProperty(); in CalcCrossAxisAlignment() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
| D | grid_layout_algorithm.cpp | 268 auto childLayoutProperty = DynamicCast<GridItemLayoutProperty>(layoutProperty); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| D | flex_layout_algorithm.cpp | 255 const auto& childLayoutProperty = child->GetLayoutProperty(); in TravelChildrenFlexProps() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | ui_node.cpp | 647 auto childLayoutProperty = DynamicCast<FrameNode>(child)->GetLayoutProperty(); in UpdateChildrenVisible() local
|
| D | frame_node.cpp | 2564 auto childLayoutProperty = overlayNode_->GetLayoutProperty(); in LayoutOverlay() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
| D | grid_scroll_layout_algorithm.cpp | 1373 auto childLayoutProperty = childLayoutWrapper->GetLayoutProperty(); in MeasureChild() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/panel/ |
| D | panel_test_ng.cpp | 197 auto childLayoutProperty = childNode->GetLayoutProperty(); in CreatChildLayoutWrapperNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/ |
| D | swiper_test_ng.cpp | 384 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); in CreateChildWrapperAppendToHostWrapper() local
|