Searched refs:stackContext (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_view.cpp | 336 CHECK_NULL_VOID(stackContext); in SetHoverImageStackBorderRadius() 343 stackContext->UpdateBorderWidth(widthProp); in SetHoverImageStackBorderRadius() 353 CHECK_NULL_VOID(stackContext); in SetHoverImageStackBorderRadius() 356 stackContext->UpdateBorderRadius(borderRadius); in SetHoverImageStackBorderRadius() 431 CHECK_NULL_VOID(stackContext); in UpdateHoverImagePreviewScale() 470 [stackContext, scaleTo, animateProperty]() { in UpdateHoverImagePreviewScale() 471 CHECK_NULL_VOID(stackContext); in UpdateHoverImagePreviewScale() 509 CHECK_NULL_VOID(stackContext); in ShowHoverImageAnimationProc() 510 stackContext->UpdateClipEdge(true); in ShowHoverImageAnimationProc() 545 scaleOption, [stackContext, scaleTo]() { in ShowHoverImageAnimationProc() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 793 auto stackContext = stackNode->GetRenderContext(); in StopHoverImageToPreviewAnimation() local 794 CHECK_NULL_VOID(stackContext); in StopHoverImageToPreviewAnimation() 812 [stackContext, flexContext, flexPosition, scale = hoverImageToPreviewScale_]() { in StopHoverImageToPreviewAnimation() 818 CHECK_NULL_VOID(stackContext && Positive(scale)); in StopHoverImageToPreviewAnimation() 819 stackContext->UpdateTransformScale(VectorF(scale, scale)); in StopHoverImageToPreviewAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 362 auto stackContext = stackNode->GetRenderContext(); in UpdateHoverImageDisappearScaleAndPosition() local 363 CHECK_NULL_VOID(stackContext); in UpdateHoverImageDisappearScaleAndPosition() 380 option, [stackContext, scaleAfter, flexContext, previewPosition]() { in UpdateHoverImageDisappearScaleAndPosition() 381 CHECK_NULL_VOID(stackContext); in UpdateHoverImageDisappearScaleAndPosition() 382 stackContext->UpdateTransformScale(VectorF(scaleAfter, scaleAfter)); in UpdateHoverImageDisappearScaleAndPosition() 389 …ShowPreviewBgDisappearAnimationProc(stackContext, menuTheme, menuWrapperPattern->GetHoverImageStac… in UpdateHoverImageDisappearScaleAndPosition()
|