Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h201 struct AnimationsNode : public MemoryHeap { struct
203 AnimationsNode *next; argument
205 AnimationsNode() : transitionImpl(nullptr), next(nullptr) {} in AnimationsNode() function