Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-arkui-customize-titlebar-arkts.md22 const TITLE_ICON_SIZE: string = '20vp'
59 .height(TITLE_ICON_SIZE)
60 .width(TITLE_ICON_SIZE)
85 const TITLE_ICON_SIZE = '20vp';
172 Image.height(TITLE_ICON_SIZE);
173 Image.width(TITLE_ICON_SIZE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/source/
H A Dcustomtitle.ets20 const TITLE_ICON_SIZE: string = '20vp'
58 .height(TITLE_ICON_SIZE)
59 .width(TITLE_ICON_SIZE)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/interfaces/
H A Dcustomtitle.js17 const TITLE_ICON_SIZE = '20vp'; constant
131 Image.height(TITLE_ICON_SIZE);
132 Image.width(TITLE_ICON_SIZE);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-arkui-customize-titlebar-arkts.md25 const TITLE_ICON_SIZE: string = '20vp'
62 .height(TITLE_ICON_SIZE)
63 .width(TITLE_ICON_SIZE)
88 const TITLE_ICON_SIZE = '20vp';
175 Image.height(TITLE_ICON_SIZE);
176 Image.width(TITLE_ICON_SIZE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp164 image->SetWidth(TITLE_ICON_SIZE); in BuildControlButton()
165 image->SetHeight(TITLE_ICON_SIZE); in BuildControlButton()
248 titleIcon_->SetWidth(TITLE_ICON_SIZE); in BuildTitleChildren()
249 titleIcon_->SetHeight(TITLE_ICON_SIZE); in BuildTitleChildren()
H A Dcontainer_modal_constants.h33 const Dimension TITLE_ICON_SIZE = 24.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.cpp223 …perty->UpdateUserDefinedIdealSize(CalcSize(CalcLength(TITLE_ICON_SIZE), CalcLength(TITLE_ICON_SIZE in BuildControlButton()
284 float halfSize = TITLE_ICON_SIZE.Value() / 2.0f; in AddButtonHover()
335 float halfSize = TITLE_ICON_SIZE.Value() / 2.0f; in AddButtonMouse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp541 auto buttonWidth = TITLE_ICON_SIZE.ConvertToPx() + CONTENT_PADDING.ConvertToPx() * 2; in CalculateMenuOffset()