Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp205 auto actualWidth = GreatNotEqual(idealWidth_, 0.0f) ? idealWidth_ : width; in MeasureItemViews() local
206 childConstraint.minSize.SetWidth(actualWidth - padding.Width()); in MeasureItemViews()
207 childConstraint.maxSize.SetWidth(actualWidth - padding.Width()); in MeasureItemViews()
216 UpdateSelfSize(layoutWrapper, actualWidth, itemHeight, expandableHeight); in MeasureItemViews()