Home
last modified time | relevance | path

Searched refs:GetOpacityStart (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp416 …eType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameStart(), dialogTheme_->GetOpacityStart()); in BuildAnimation()
443 …AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameEnd(), dialogTheme_->GetOpacityStart()); in BuildAnimation()
477 …eType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameStart(), dialogTheme_->GetOpacityStart()); in BuildAnimationForPhone()
506 …AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameEnd(), dialogTheme_->GetOpacityStart()); in BuildAnimationForPhone()
H A Ddialog_theme.h281 double GetOpacityStart() const in GetOpacityStart() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h269 float GetOpacityStart() const in GetOpacityStart() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp901 ctx->OpacityAnimation(option, theme->GetOpacityStart(), theme->GetOpacityEnd()); in OpenDialogAnimation()
955 ctx->OpacityAnimation(option, theme->GetOpacityEnd(), theme->GetOpacityStart()); in CloseDialogAnimation()