Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.cpp291 auto buttonNodeRenderContext = buttonNode->GetRenderContext(); in AddButtonHover() local
293 CHECK_NULL_VOID(buttonNodeRenderContext); in AddButtonHover()
301 …AnimationUtils::Animate(option, [buttonNodeRenderContext, imageIconRenderContext, imageScale, btnS… in AddButtonHover()
302 buttonNodeRenderContext->UpdateTransformScale(VectorF(btnScale, btnScale)); in AddButtonHover()
307 …AnimationUtils::Animate(option, [buttonNodeRenderContext, imageIconRenderContext, imageScale, btnS… in AddButtonHover()
308 buttonNodeRenderContext->UpdateTransformScale(VectorF(btnScale, btnScale)); in AddButtonHover()
332 auto buttonNodeRenderContext = buttonNode->GetRenderContext(); in AddButtonMouse() local
350 …AnimationUtils::Animate(option, [buttonNodeRenderContext, imageIconRenderContext, imageScale, btnS… in AddButtonMouse()
351 buttonNodeRenderContext->UpdateTransformScale(VectorF(btnScale, btnScale)); in AddButtonMouse()