Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp315 auto defaultMinHeight = DIALOG_MIN_HEIGHT.ConvertToPx(); in ComputeInnerLayoutSizeParam() local
317 innerLayout.minSize = SizeF(width, defaultMinHeight); in ComputeInnerLayoutSizeParam()