Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp261 isResetBox_ = false; in PlayImageAnimator()
263 if (!isResetBox_) { in PlayImageAnimator()
269 isResetBox_ = true; in PlayImageAnimator()
H A Dimage_animator_element.h117 bool isResetBox_ = false; variable