Home
last modified time | relevance | path

Searched refs:flexHeight (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_layout_algorithm.cpp131 …auto flexHeight = height - currentBorderWidth.leftDimen.value_or(theme->GetEntryBorderWidth()).Con… in SelfMeasure() local
132flexHeight -= currentBorderWidth.rightDimen.value_or(theme->GetEntryBorderWidth()).ConvertToPx(); in SelfMeasure()
133 …ize flexCalcSize((CalcLength(theme->GetEntryButtonWidth().ConvertToPx())), CalcLength(flexHeight)); in SelfMeasure()
137 flexMeasure_ = SizeF(theme->GetEntryButtonWidth().ConvertToPx(), flexHeight); in SelfMeasure()
145 SizeF childMeasure = SizeF(theme->GetEntryButtonWidth().ConvertToPx(), flexHeight / 2); in SelfMeasure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp613 …double flexHeight = layoutSetByParent.GetMaxSize().IsHeightInfinite() && !viewPort_.IsHeightInfini… in CalculateSelfLayoutSize() local
616 height = flexHeight - margin_.GetLayoutSize().Height(); in CalculateSelfLayoutSize()