Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp141 CallAnimatorMethod(CANCEL); in PerformBuild()
143 CallAnimatorMethod(PAUSE); in PerformBuild()
145 CallAnimatorMethod(STOP); in PerformBuild()
147 CallAnimatorMethod(START); in PerformBuild()
290 void ImageAnimatorElement::CallAnimatorMethod(const std::string& method) in CallAnimatorMethod() function in OHOS::Ace::ImageAnimatorElement
323 element->CallAnimatorMethod(method); in UpdateCallbackAndFunc()
H A Dimage_animator_element.h93 void CallAnimatorMethod(const std::string& method);