Searched refs:imageIconRenderContext (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_view.cpp | 292 auto imageIconRenderContext = imageNode->GetRenderContext(); in AddButtonHover() local 294 CHECK_NULL_VOID(imageIconRenderContext); in AddButtonHover() 301 …AnimationUtils::Animate(option, [buttonNodeRenderContext, imageIconRenderContext, imageScale, btnS… in AddButtonHover() 303 … imageIconRenderContext->UpdateTransformScale(VectorF(1 / imageScale, 1 / imageScale)); in AddButtonHover() 307 …AnimationUtils::Animate(option, [buttonNodeRenderContext, imageIconRenderContext, imageScale, btnS… in AddButtonHover() 309 imageIconRenderContext->UpdateTransformScale(VectorF(imageScale, imageScale)); in AddButtonHover() 333 auto imageIconRenderContext = imageNode->GetRenderContext(); in AddButtonMouse() local 334 CHECK_NULL_VOID(imageIconRenderContext); in AddButtonMouse() 350 …AnimationUtils::Animate(option, [buttonNodeRenderContext, imageIconRenderContext, imageScale, btnS… in AddButtonMouse() 352 imageIconRenderContext->UpdateTransformScale(VectorF(imageScale, imageScale)); in AddButtonMouse()
|