Home
last modified time | relevance | path

Searched refs:AllocTweenComponentId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h36 : ComposedComponent(AllocTweenComponentId(), name, child) in TweenComponent()
39 …explicit TweenComponent(const std::string& name) : ComposedComponent(AllocTweenComponentId(), name… in TweenComponent()
94 static ComposeId AllocTweenComponentId();
H A Dtween_component.cpp75 ComposeId TweenComponent::AllocTweenComponentId() in AllocTweenComponentId() function in OHOS::Ace::TweenComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp238 …AceType::MakeRefPtr<TweenComponent>(TweenComponent::AllocTweenComponentId(), transition->GetName()… in BuildChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp185 …AceType::MakeRefPtr<TweenComponent>(TweenComponent::AllocTweenComponentId(), TOAST_TWEEN_NAME, box… in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp457 …AceType::MakeRefPtr<TransitionComponent>(TweenComponent::AllocTweenComponentId(), DIALOG_TWEEN_NAM… in BuildAnimation()
518 …AceType::MakeRefPtr<TransitionComponent>(TweenComponent::AllocTweenComponentId(), DIALOG_TWEEN_NAM… in BuildAnimationForPhone()
833 …AceType::MakeRefPtr<TransitionComponent>(TweenComponent::AllocTweenComponentId(), "transition", tw… in BuildAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp186 innerComposeId_ = TweenComponent::AllocTweenComponentId(); in BuildToolBar()
263 outerComposeId_ = TweenComponent::AllocTweenComponentId(); in BuildAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp331 auto tweenId = TweenComponent::AllocTweenComponentId(); in Initialize()