Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dstatus_listener.h43 void AddRepeatListener(const StatusCallback& callback) in AddRepeatListener() function
85 StatusCallback::IdType AddRepeatListener(const F& funcObject) in AddRepeatListener() function
88 AddRepeatListener(callback); in AddRepeatListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/
H A Danimator_model_ng.cpp42 animator->AddRepeatListener(callback); in AddEventListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Danimator_model_impl.cpp88 animator->AddRepeatListener( in AddEventListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp119 … repeatCallbackId_ = static_cast<int64_t>(animator_->AddRepeatListener([weak = WeakClaim(this)]() { in PerformBuild()
359 animator_->AddRepeatListener( in UpdateCallbackAndFunc()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.cpp75 animator_->AddRepeatListener([weak]() { in AddListeners()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator.cpp173 animator_->AddRepeatListener([&callback = onrepeat_] { in SetOnrepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp381 animator_->AddRepeatListener([repeatEvent] { repeatEvent(); }); in UpdateEventCallback()
601 repeatCallbackId_ = animator_->AddRepeatListener([weak = WeakClaim(this), finalDuration]() { in SetDuration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp417 animator->AddRepeatListener([callback = option->onRepeat, userData = option->repeatUserData] { in RegisterAnimatorEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animator_bridge.cpp277 animator->AddRepeatListener([weakRuntime, bridgeWeak] { in AddListenerForEventCallback()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp739 animator->AddRepeatListener([env, onrepeatRef] { in SetOnrepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp2082 repeatCallbackId_ = animator_->AddRepeatListener([weak = WeakClaim(this), finalDuration]() { in SetDuration()