Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp171 button->SetWidth(TITLE_BUTTON_SIZE); in BuildControlButton()
172 button->SetHeight(TITLE_BUTTON_SIZE); in BuildControlButton()
204 paddingComponent->SetPaddingTop((CONTAINER_TITLE_HEIGHT - TITLE_BUTTON_SIZE) / 2); in SetPadding()
205 paddingComponent->SetPaddingBottom((CONTAINER_TITLE_HEIGHT - TITLE_BUTTON_SIZE) / 2); in SetPadding()
H A Dcontainer_modal_constants.h34 const Dimension TITLE_BUTTON_SIZE = 24.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.cpp262 CalcSize(CalcLength(TITLE_BUTTON_SIZE), CalcLength(TITLE_BUTTON_SIZE))); in BuildControlButton()
H A Dcontainer_modal_pattern.cpp781 …return CalcLength(TITLE_ELEMENT_MARGIN_HORIZONTAL * (buttonNum - 1) + TITLE_BUTTON_SIZE * buttonNu… in GetControlButtonRowWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp510 CalcSize(CalcLength(TITLE_BUTTON_SIZE), CalcLength(TITLE_BUTTON_SIZE))); in BuildMenuItemIcon()