Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_pattern.cpp52 scaleBefore = menuPattern->GetPreviewBeforeAnimationScale(); in ShowScaleAnimation()
56 LessOrEqual(scaleBefore, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scaleBefore; in ShowScaleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h159 float GetPreviewBeforeAnimationScale() const in GetPreviewBeforeAnimationScale() function
H A Dmenu_view.cpp435 LessOrEqual(scaleBefore, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scaleBefore; in UpdateHoverImagePreviewScale()
521 LessOrEqual(scaleBefore, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scaleBefore; in ShowHoverImageAnimationProc()
556 auto scaleBefore = menuPattern->GetPreviewBeforeAnimationScale(); in ShowPixelMapScaleAnimationProc()
560 LessNotEqual(scaleBefore, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scaleBefore; in ShowPixelMapScaleAnimationProc()
H A Dmenu_pattern.h131 float GetPreviewBeforeAnimationScale() const in GetPreviewBeforeAnimationScale() function
H A Dmenu_layout_algorithm.cpp330 auto beforeAnimationScale = menuPattern->GetPreviewBeforeAnimationScale(); in Initialize()
333 …LessOrEqual(beforeAnimationScale, 0.0f) ? menuTheme->GetPreviewBeforeAnimationScale() : beforeAnim… in Initialize()
1497 auto beforeAnimationScale = menuTheme->GetPreviewBeforeAnimationScale(); in Layout()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutScd_test_ng.cpp1343 EXPECT_EQ(menuPattern->GetPreviewBeforeAnimationScale(), scaleOptions.scaleFrom);
1394 EXPECT_EQ(menuPattern->GetPreviewBeforeAnimationScale(), scaleOptions.scaleFrom);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp358 …auto scaleAfter = LessNotEqual(scaleTo, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scale… in UpdateHoverImageDisappearScaleAndPosition()