Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp26 constexpr Dimension SHEET_IMAGE_SIZE = 40.0_vp; variable
85 image->SetWidth(SHEET_IMAGE_SIZE); in BuildMenu()
86 image->SetHeight(SHEET_IMAGE_SIZE); in BuildMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp78 const CalcLength SHEET_IMAGE_SIZE(40.0_vp); variable
1003 iconProps->UpdateUserDefinedIdealSize(CalcSize(SHEET_IMAGE_SIZE, SHEET_IMAGE_SIZE)); in BuildSheetInfoIcon()