Home
last modified time | relevance | path

Searched refs:GetContentAdjustPadding (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.cpp131 …ions_.empty() ? dialogTheme_->GetContentDefaultPadding() : dialogTheme_->GetContentAdjustPadding(); in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h151 const Edge& GetContentAdjustPadding() const in GetContentAdjustPadding() function
H A Ddialog_component.cpp278 …ions_.empty() ? dialogTheme_->GetContentDefaultPadding() : dialogTheme_->GetContentAdjustPadding(); in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp623 …ttons.empty() ? dialogTheme_->GetContentDefaultPadding() : dialogTheme_->GetContentAdjustPadding(); in BuildContent()
1074 menuPadding.top = CalcLength(dialogTheme_->GetContentAdjustPadding().Top()); in BuildMenu()