Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp418 … AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameEnd(), dialogTheme_->GetOpacityEnd()); in BuildAnimation()
441 …AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameStart(), dialogTheme_->GetOpacityEnd()); in BuildAnimation()
479 … AceType::MakeRefPtr<Keyframe<float>>(PHONE_OPACITY_MIDDLE_IN, dialogTheme_->GetOpacityEnd()); in BuildAnimationForPhone()
481 … AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameEnd(), dialogTheme_->GetOpacityEnd()); in BuildAnimationForPhone()
504 …AceType::MakeRefPtr<Keyframe<float>>(dialogTheme_->GetFrameStart(), dialogTheme_->GetOpacityEnd()); in BuildAnimationForPhone()
H A Ddialog_theme.h286 double GetOpacityEnd() const in GetOpacityEnd() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h274 float GetOpacityEnd() const in GetOpacityEnd() 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()