Searched refs:dividerBox (Results 1 – 2 of 2) sorted by relevance
481 auto dividerBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeButtons() local482 …dividerBox->SetWidth(dialogTheme->GetDividerWidth().Value(), dialogTheme->GetDividerWidth().Unit()… in InitializeButtons()483 …dividerBox->SetHeight(dialogTheme->GetDividerHeight().Value(), dialogTheme->GetDividerHeight().Uni… in InitializeButtons()486 dividerBox->SetBackDecoration(backDecoration); in InitializeButtons()487 dividerBox->SetMargin(dialogTheme->GetDividerPadding()); in InitializeButtons()494 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0.0, 0.0, 0.0, dividerBox)); in InitializeButtons()
571 auto dividerBox = AceType::MakeRefPtr<BoxComponent>(); in BuildDivider() local572 …dividerBox->SetWidth(dialogTheme->GetDividerWidth().Value(), dialogTheme->GetDividerWidth().Unit()… in BuildDivider()573 …dividerBox->SetHeight(dialogTheme->GetDividerHeight().Value(), dialogTheme->GetDividerHeight().Uni… in BuildDivider()576 dividerBox->SetBackDecoration(backDecoration); in BuildDivider()577 padding->SetChild(dividerBox); in BuildDivider()