Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp89 constexpr Dimension DIALOG_SUBTITLE_PADDING_RIGHT = 24.0_vp; variable
561 titlePadding.right = CalcLength(DIALOG_SUBTITLE_PADDING_RIGHT); in BuildSubTitle()