Searched refs:AllocTweenComponentId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_component.h | 36 : ComposedComponent(AllocTweenComponentId(), name, child) in TweenComponent() 39 …explicit TweenComponent(const std::string& name) : ComposedComponent(AllocTweenComponentId(), name… in TweenComponent() 94 static ComposeId AllocTweenComponentId();
|
H A D | tween_component.cpp | 75 ComposeId TweenComponent::AllocTweenComponentId() in AllocTweenComponentId() function in OHOS::Ace::TweenComponent
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transition/ |
H A D | transition_element.cpp | 238 …AceType::MakeRefPtr<TweenComponent>(TweenComponent::AllocTweenComponentId(), transition->GetName()… in BuildChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/ |
H A D | toast_component.cpp | 185 …AceType::MakeRefPtr<TweenComponent>(TweenComponent::AllocTweenComponentId(), TOAST_TWEEN_NAME, box… in Show()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 457 …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 D | text_overlay_component.cpp | 186 innerComposeId_ = TweenComponent::AllocTweenComponentId(); in BuildToolBar() 263 outerComposeId_ = TweenComponent::AllocTweenComponentId(); in BuildAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.cpp | 331 auto tweenId = TweenComponent::AllocTweenComponentId(); in Initialize()
|