Searched refs:GetItemGroupDefaultPadding (Results 1 – 2 of 2) sorted by relevance
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()
228 const Edge& GetItemGroupDefaultPadding() const in GetItemGroupDefaultPadding() function