Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_layout_algorithm.cpp51 auto childLayoutProperty = child->GetLayoutProperty(); in CreateChildConstraint() local
H A Dgrid_layout_base_algorithm.cpp49 …auto childLayoutProperty = AceType::DynamicCast<GridItemLayoutProperty>(child->GetLayoutProperty()… in AdjustChildrenHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp175 …auto childLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(childWrapper->GetLayoutPropert… in GetChildHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp236 const RefPtr<GridItemLayoutProperty>& childLayoutProperty, int32_t index) const in GetItemRect() argument
291 auto childLayoutProperty = DynamicCast<GridItemLayoutProperty>(layoutProperty); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_option_layout_test_ng.cpp523 auto childLayoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 0); variable
668 auto childLayoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 0); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp104 …auto childLayoutProperty = AceType::DynamicCast<WaterFlowItemLayoutProperty>(child->GetLayoutPrope… in CreateChildConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp200 …auto childLayoutProperty = AceType::DynamicCast<LinearLayoutProperty>(childWrapper->GetLayoutPrope… in MeasurePopup() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp258 auto childLayoutProperty = child->GetLayoutProperty(); in CreateBubbleNode() local
596 auto childLayoutProperty = childNode->GetLayoutProperty(); in UpdateCommonParam() local
727 auto childLayoutProperty = columnNode->GetLayoutProperty<LinearLayoutProperty>(); in CreateCombinedChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp539 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CheckChain() local
563 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in RecordSizeInChain() local
1306 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CalcSizeParam() local
1558 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CalcHorizontalLayoutParam() local
1613 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in CalcVerticalLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp386 auto childLayoutProperty = overlayChild_->GetLayoutProperty(); in LayoutOverlay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp192 auto childLayoutProperty = child.first->GetLayoutProperty(); in CalcCrossAxisAlignment() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp171 auto childLayoutProperty = childLayoutWrapper->GetLayoutProperty(); in UpdateChildLayoutConstraint() local
595 auto childLayoutProperty = child->GetLayoutProperty(); in AdjustHeightForKeyboard() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp57 …auto childLayoutProperty = AceType::DynamicCast<StackLayoutProperty>(layoutWrapper->GetLayoutPrope… in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp199 auto childLayoutProperty = childNode->GetLayoutProperty<LayoutProperty>(); in Show() local
573 auto childLayoutProperty = childNode->GetLayoutProperty<LayoutProperty>(); in SwitchTimePickerPage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp87 auto childLayoutProperty = childWrapper->GetLayoutProperty(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp1170 auto childLayoutProperty = childNode->GetLayoutProperty<ListItemLayoutProperty>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp262 const auto& childLayoutProperty = child->GetLayoutProperty(); in TravelChildrenFlexProps() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1653 …auto childLayoutProperty = AceType::DynamicCast<GridItemLayoutProperty>(layoutWrapper->GetLayoutPr… in CheckNeedMeasure() local
1687 auto childLayoutProperty = childLayoutWrapper->GetLayoutProperty(); in MeasureChild() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp197 auto childLayoutProperty = childNode->GetLayoutProperty(); in CreatChildLayoutWrapperNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp531 auto childLayoutProperty = childNode->GetLayoutProperty<LayoutProperty>(); in UpdateTimePickerChildrenStatus() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp451 auto childLayoutProperty = childNode->GetLayoutProperty<LayoutProperty>(); in CheckUserSetIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4619 auto childLayoutProperty = overlayNode_->GetLayoutProperty(); in LayoutOverlay() local