Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator_info.h41 using AnimatorEventFunc = std::function<void(const float&)>; variable
137 void SetFrameEvent(const AnimatorEventFunc& frameEvent) in SetFrameEvent()
142 const AnimatorEventFunc& GetFrameEvent() const in GetFrameEvent()
158 AnimatorEventFunc frameEvent_;