Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp72 PaddingProperty itemGroupPadding; in SetListItemGroupDefaultAttributes() local
73 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()
77 layoutProperty->UpdatePadding(itemGroupPadding); in SetListItemGroupDefaultAttributes()