Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_theme.h156 const Edge& GetMarging() const in GetMarging() function
H A Dtoast_component.cpp134 baseBox->SetMargin(toastTheme->GetMarging()); in BuildPackageBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp537 auto marging = toastTheme->GetMarging(); in GetTextMaxWidth()