Searched refs:backgroundBox (Results 1 – 1 of 1) sorted by relevance
194 auto backgroundBox = AceType::MakeRefPtr<BoxComponent>(); in SwapBackgroundDecoration() local195 backgroundBox->SetBackDecoration(decoration); in SwapBackgroundDecoration()196 backgroundBox->SetWidth(box->GetWidthDimension().Value(), box->GetWidthDimension().Unit()); in SwapBackgroundDecoration()197 backgroundBox->SetHeight(box->GetHeightDimension().Value(), box->GetHeightDimension().Unit()); in SwapBackgroundDecoration()198 backgroundBox->SetFlex(BoxFlex::FLEX_XY); in SwapBackgroundDecoration()199 transition->SetBackground(backgroundBox); in SwapBackgroundDecoration()