Searched refs:outterMenuContext (Results 1 – 1 of 1) sorted by relevance
1209 auto outterMenuContext = outterMenu->GetRenderContext(); in ShowStackExpandMenu() local1210 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()1235 … outterMenuContext->UpdateTransformScale(VectorF(MOUNT_MENU_FINAL_SCALE, MOUNT_MENU_FINAL_SCALE)); in ShowStackExpandMenu()