Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.h46 animatorGetStatusFunc_ = animatorGetStatusFunc; in SetAnimatorGetStatusFunc()
51 if (animatorGetStatusFunc_) { in CallAnimatorGetStatusFunc()
52 return animatorGetStatusFunc_(); in CallAnimatorGetStatusFunc()
119 AnimatorGetStatusFunc animatorGetStatusFunc_; variable