Searched refs:GetPreviewBeforeAnimationScale (Results 1 – 7 of 7) sorted by relevance
52 scaleBefore = menuPattern->GetPreviewBeforeAnimationScale(); in ShowScaleAnimation()56 LessOrEqual(scaleBefore, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scaleBefore; in ShowScaleAnimation()
159 float GetPreviewBeforeAnimationScale() const in GetPreviewBeforeAnimationScale() function
435 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()
131 float GetPreviewBeforeAnimationScale() const in GetPreviewBeforeAnimationScale() function
330 auto beforeAnimationScale = menuPattern->GetPreviewBeforeAnimationScale(); in Initialize()333 …LessOrEqual(beforeAnimationScale, 0.0f) ? menuTheme->GetPreviewBeforeAnimationScale() : beforeAnim… in Initialize()1497 auto beforeAnimationScale = menuTheme->GetPreviewBeforeAnimationScale(); in Layout()
1343 EXPECT_EQ(menuPattern->GetPreviewBeforeAnimationScale(), scaleOptions.scaleFrom);1394 EXPECT_EQ(menuPattern->GetPreviewBeforeAnimationScale(), scaleOptions.scaleFrom);
358 …auto scaleAfter = LessNotEqual(scaleTo, 0.0) ? menuTheme->GetPreviewBeforeAnimationScale() : scale… in UpdateHoverImageDisappearScaleAndPosition()