Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_pattern.cpp57 auto previewAfterAnimationScale = in ShowScaleAnimation() local
71 [context, previewAfterAnimationScale]() { in ShowScaleAnimation()
73 … context->UpdateTransformScale(VectorF(previewAfterAnimationScale, previewAfterAnimationScale)); in ShowScaleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp304 auto previewAfterAnimationScale = in CalcBadgeTextOffset() local
306 double textOffsetX = offset.GetX() + width * previewAfterAnimationScale - in CalcBadgeTextOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp561 auto previewAfterAnimationScale = in ShowPixelMapScaleAnimationProc() local
586 scaleOption, [imageContext, previewAfterAnimationScale]() { in ShowPixelMapScaleAnimationProc()
588 …imageContext->UpdateTransformScale(VectorF(previewAfterAnimationScale, previewAfterAnimationScale)… in ShowPixelMapScaleAnimationProc()