Home
last modified time | relevance | path

Searched refs:newTextWidth (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.cpp270 float newTextWidth = emptyWidth_ + oldTextSize.Width(); in CheckNeedExpandContent() local
271 childConstraint.minSize.SetWidth(newTextWidth); in CheckNeedExpandContent()
272 childConstraint.maxSize.SetWidth(newTextWidth); in CheckNeedExpandContent()