Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp637 auto widthByPx = (TITLE_PADDING_START + TITLE_PADDING_END).ConvertToPx() + buttons.Width(); in GetContainerModalButtonsRect() local
642 buttons.SetLeft(containerModal.Width() - widthByPx); in GetContainerModalButtonsRect()
645 buttons.SetWidth(widthByPx); in GetContainerModalButtonsRect()