Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp128 …contentPadding_ = actions_.empty() ? dialogTheme_->GetDefaultPadding() : dialogTheme_->GetAdjustPa… in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h126 const Edge& GetDefaultPadding() const in GetDefaultPadding() function
H A Ddialog_component.cpp275 …contentPadding_ = actions_.empty() ? dialogTheme_->GetDefaultPadding() : dialogTheme_->GetAdjustPa… in BuildContent()
384 actionsPadding->SetPadding(dialogTheme_->GetDefaultPadding()); in BuildActionsForWatch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp619 … props.buttons.empty() ? dialogTheme_->GetDefaultPadding() : dialogTheme_->GetAdjustPadding(); in BuildContent()
1076 menuPadding.left = CalcLength(dialogTheme_->GetDefaultPadding().Left()); in BuildMenu()
1077 menuPadding.right = CalcLength(dialogTheme_->GetDefaultPadding().Right()); in BuildMenu()