Home
last modified time | relevance | path

Searched defs:childConstraint (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp36 auto childConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
82LayoutConstraintF& childConstraint, float paddingWidth, std::optional<LayoutConstraintF>& layoutCo… in UpdateMenuDefaultConstraintByDevice()
140 LayoutConstraintF& childConstraint, std::optional<LayoutConstraintF>& layoutConstraint) in UpdateSelfSize()
184 auto childConstraint = ResetLayoutConstraintMinWidth(child, layoutConstraint); in GetChildrenMaxWidth() local
197 auto childConstraint = layoutConstraint; in ResetLayoutConstraintMinWidth() local
H A Dmenu_layout_algorithm.cpp664 auto childConstraint = CreateChildConstraint(layoutWrapper); in Measure() local
702 LayoutConstraintF& childConstraint, const LayoutConstraintF& layoutConstraint) in UpdateChildConstraintByDevice()
748 LayoutConstraintF& childConstraint, PaddingPropertyF padding, SizeF& idealSize, in CalculateIdealSize()
1949 auto childConstraint = menuLayoutProperty->CreateChildConstraint(); in CreateChildConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_wrapper_layout_algorithm.cpp32 auto childConstraint = layoutProp->CreateChildConstraint(); in Measure() local
H A Dsheet_presentation_layout_algorithm.cpp151 auto childConstraint = CreateSheetChildConstraint(layoutProperty); in Measure() local
488 auto childConstraint = layoutprop->CreateChildConstraint(); in CreateSheetChildConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp30 auto childConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_layout_algorithm.cpp57 auto childConstraint = childLayoutProperty->GetLayoutConstraint(); in CreateChildConstraint() local
H A Dgrid_layout_base_algorithm.cpp53 auto childConstraint = childLayoutProperty->GetLayoutConstraint(); in AdjustChildrenHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp44 auto childConstraint = layoutProperty->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp73 auto childConstraint = props->CreateChildConstraint(); in Measure() local
157 void MenuItemLayoutAlgorithm::MeasureItemViews(LayoutConstraintF& childConstraint, in MeasureItemViews()
253 LayoutConstraintF& childConstraint) in CheckNeedExpandContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp213 auto childConstraint = CreateDialogChildConstraint(layoutWrapper, scrollHeight, restWidth); in AnalysisHeightOfChild() local
219 auto childConstraint = in AnalysisHeightOfChild() local
225 auto childConstraint = in AnalysisHeightOfChild() local
278 auto childConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in CreateDialogChildConstraint() local
599 auto childConstraint = in AdjustHeightForKeyboard() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_layout_algorithm.cpp95 auto childConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp112 auto childConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp177 auto childConstraint = layoutProperty->CreateChildConstraint(); in GetChildHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp51 auto childConstraint = props->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp198 auto childConstraint = slidingPanelLayoutProperty->CreateChildConstraint(); in MeasureCloseIcon() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp40 auto childConstraint = layoutProps->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_layout_algorithm.cpp151 auto childConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in MeasureChildren() local
210 auto childConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in MeasureChildrenBeforeAPI10() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp52 auto childConstraint = props->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp848 auto childConstraint = relativeContainerLayoutProperty->CreateChildConstraint(); in MeasureChainWeight() local
912 const std::unique_ptr<FlexItemProperty>& flexItem, LayoutConstraintF& childConstraint, in CalcChainWeightSize()
948 auto childConstraint = relativeContainerLayoutProperty->CreateChildConstraint(); in MeasureChild() local
1312 auto childConstraint = relativeContainerLayoutProperty->CreateChildConstraint(); in CalcSizeParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp150 auto childConstraint = layoutWrapper->GetLayoutProperty()->CreateChildConstraint(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp152 auto childConstraint = layoutWrapper->GetLayoutProperty()->GetContentLayoutConstraint(); in HandleAdaptiveText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp397 auto& childConstraint = child.layoutConstraint; in MeasureAndCleanMagicNodes() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp1109const std::optional<LayoutConstraintF>& childConstraint, const SizeF& selfSize, const SizeF& child… in AddScrollMeasureInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1683 …auto childConstraint = CreateChildConstraint(mainSize, crossSize, gridLayoutProperty, crossStart, … in MeasureChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1941 auto childConstraint = SwiperUtils::CreateChildConstraint(props, frameSize, false); in DoTabsPreloadItems() local