Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp573 auto contentRender = AceType::DynamicCast<RenderBox>(GetChildren().back()); in AppendContentRadiusAnimation() local
574 if (!contentRender) { in AppendContentRadiusAnimation()
578 auto backDecoration = contentRender->GetBackDecoration(); in AppendContentRadiusAnimation()
598 auto contentRender = AceType::DynamicCast<RenderBox>(semi->GetChildren().back()); in AppendContentRadiusAnimation() local
599 if (!contentRender) { in AppendContentRadiusAnimation()
603 auto backDecoration = contentRender->GetBackDecoration(); in AppendContentRadiusAnimation()
612 contentRender->SetBackDecoration(backDecoration); in AppendContentRadiusAnimation()