Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_pattern.cpp55 auto previewBeforeAnimationScale = in ShowScaleAnimation() local
68 … context->UpdateTransformScale(VectorF(previewBeforeAnimationScale, previewBeforeAnimationScale)); in ShowScaleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp559 auto previewBeforeAnimationScale = in ShowPixelMapScaleAnimationProc() local
572 previewBeforeAnimationScale *= imageRawSize.Width() / geometrySize.Width(); in ShowPixelMapScaleAnimationProc()
577 …imageContext->UpdateTransformScale(VectorF(previewBeforeAnimationScale, previewBeforeAnimationScal… in ShowPixelMapScaleAnimationProc()