Home
last modified time | relevance | path

Searched defs:TweenComponent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h32 TweenComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in TweenComponent() function
35 TweenComponent(const std::string& name, const RefPtr<Component>& child) in TweenComponent() function
38 TweenComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) {} in TweenComponent() function
39 …explicit TweenComponent(const std::string& name) : ComposedComponent(AllocTweenComponentId(), name… in TweenComponent() function