Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp409 …d = AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameEnd(), dialogTheme_->GetScaleEnd()); in BuildAnimation()
432 … AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameStart(), dialogTheme_->GetScaleEnd()); in BuildAnimation()
468 …d = AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameEnd(), dialogTheme_->GetScaleEnd()); in BuildAnimationForPhone()
495 … AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameStart(), dialogTheme_->GetScaleEnd()); in BuildAnimationForPhone()
H A Ddialog_theme.h276 double GetScaleEnd() const in GetScaleEnd() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp912 ctx->ScaleAnimation(option, theme->GetScaleStart(), theme->GetScaleEnd()); in OpenDialogAnimation()
964 ctx->ScaleAnimation(option, theme->GetScaleEnd(), theme->GetScaleStart()); in CloseDialogAnimation()