Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp29 const char* DIALOG_TWEEN_NAME = "dialogModalTween"; variable
72 auto tween = AceType::MakeRefPtr<TweenComponent>(DIALOG_TWEEN_NAME, box); in BuildInnerChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h44 extern const char DIALOG_TWEEN_NAME[];
H A Ddialog_component.cpp47 const char DIALOG_TWEEN_NAME[] = "tween"; variable
457 …MakeRefPtr<TransitionComponent>(TweenComponent::AllocTweenComponentId(), DIALOG_TWEEN_NAME, child); in BuildAnimation()
518 …MakeRefPtr<TransitionComponent>(TweenComponent::AllocTweenComponentId(), DIALOG_TWEEN_NAME, child); in BuildAnimationForPhone()