Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp1310 auto subImageContext = subImageNode->GetRenderContext(); in ShowArrowRotateAnimation() local
1311 CHECK_NULL_VOID(subImageContext); in ShowArrowRotateAnimation()
1312 subImageContext->UpdateTransformRotate(Vector5F(0.0f, 0.0f, 1.0f, 0.0f, 0.0f)); in ShowArrowRotateAnimation()
1315 AnimationUtils::Animate(option, [subImageContext]() { in ShowArrowRotateAnimation()
1316 if (subImageContext) { in ShowArrowRotateAnimation()
1317subImageContext->UpdateTransformRotate(Vector5F(0.0f, 0.0f, 1.0f, SEMI_CIRCLE_ANGEL, 0.0f)); in ShowArrowRotateAnimation()
1363 auto subImageContext = subImageNode->GetRenderContext(); in ShowStackExpandDisappearAnimation() local
1364 CHECK_NULL_VOID(subImageContext); in ShowStackExpandDisappearAnimation()
1365 subImageContext->UpdateTransformRotate(Vector5F(0.0f, 0.0f, 1.0f, 0.0f, 0.0f)); in ShowStackExpandDisappearAnimation()