Home
last modified time | relevance | path

Searched defs:childLayoutProperty (Results 1 – 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/scroll_bar/
Dscroll_bar_test_ng.cpp101 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/
Drelative_container_layout_algorithm.cpp155 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/
Dindexer_layout_algorithm.cpp68 …auto childLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(childWrapper->GetLayoutPropert… in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_layout_algorithm.cpp183 …auto childLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(childWrapper->GetLayoutPropert… in GetChildHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_view.cpp188 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/
Dlayout_wrapper_node.cpp404 auto childLayoutProperty = overlayChild_->GetLayoutProperty(); in LayoutOverlay() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_layout_algorithm.cpp254 auto childLayoutProperty = childLayoutWrapper->GetLayoutProperty(); in CreateChildConstraint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
Dgrid_row_layout_algorithm.cpp191 auto childLayoutProperty = child.first->GetLayoutProperty(); in CalcCrossAxisAlignment() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
Dgrid_layout_algorithm.cpp268 auto childLayoutProperty = DynamicCast<GridItemLayoutProperty>(layoutProperty); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
Dflex_layout_algorithm.cpp255 const auto& childLayoutProperty = child->GetLayoutProperty(); in TravelChildrenFlexProps() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp647 auto childLayoutProperty = DynamicCast<FrameNode>(child)->GetLayoutProperty(); in UpdateChildrenVisible() local
Dframe_node.cpp2564 auto childLayoutProperty = overlayNode_->GetLayoutProperty(); in LayoutOverlay() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.cpp1373 auto childLayoutProperty = childLayoutWrapper->GetLayoutProperty(); in MeasureChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/panel/
Dpanel_test_ng.cpp197 auto childLayoutProperty = childNode->GetLayoutProperty(); in CreatChildLayoutWrapperNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/
Dswiper_test_ng.cpp384 RefPtr<LayoutProperty> childLayoutProperty = childFrameNode->GetLayoutProperty(); in CreateChildWrapperAppendToHostWrapper() local