Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp1209 auto outterMenuContext = outterMenu->GetRenderContext(); in ShowStackExpandMenu() local
1210 CHECK_NULL_VOID(outterMenuContext); in ShowStackExpandMenu()
1218 AnimationUtils::Animate(opacityOption, [renderContext, outterMenuContext]() { in ShowStackExpandMenu()
1222 if (outterMenuContext) { in ShowStackExpandMenu()
1223 outterMenuContext->UpdateOpacity(MOUNT_MENU_OPACITY); in ShowStackExpandMenu()
1229 …ionUtils::Animate(translateOption, [renderContext, menuPosition = endOffset, outterMenuContext]() { in ShowStackExpandMenu()
1234 if (outterMenuContext) { in ShowStackExpandMenu()
1235outterMenuContext->UpdateTransformScale(VectorF(MOUNT_MENU_FINAL_SCALE, MOUNT_MENU_FINAL_SCALE)); in ShowStackExpandMenu()