Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp73 itemGroupPadding.left = CalcLength(listItemGroupTheme->GetItemGroupDefaultPadding().Left()); in SetListItemGroupDefaultAttributes()
74 itemGroupPadding.right = CalcLength(listItemGroupTheme->GetItemGroupDefaultPadding().Right()); in SetListItemGroupDefaultAttributes()
75 itemGroupPadding.top = CalcLength(listItemGroupTheme->GetItemGroupDefaultPadding().Top()); in SetListItemGroupDefaultAttributes()
76 itemGroupPadding.bottom = CalcLength(listItemGroupTheme->GetItemGroupDefaultPadding().Bottom()); in SetListItemGroupDefaultAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h228 const Edge& GetItemGroupDefaultPadding() const in GetItemGroupDefaultPadding() function