Home
last modified time | relevance | path

Searched refs:buttonNum (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.cpp773 int32_t buttonNum = 0; in GetControlButtonRowWidth() local
778 buttonNum++; in GetControlButtonRowWidth()
781 …return CalcLength(TITLE_ELEMENT_MARGIN_HORIZONTAL * (buttonNum - 1) + TITLE_BUTTON_SIZE * buttonNu… in GetControlButtonRowWidth()