Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp87 constexpr Dimension DIALOG_CONTENT_PADDING_TOP = 0.0_vp; variable
620 contentPadding.top = CalcLength(DIALOG_CONTENT_PADDING_TOP); in BuildContent()