Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.cpp194 auto backgroundBox = AceType::MakeRefPtr<BoxComponent>(); in SwapBackgroundDecoration() local
195 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()