Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.cpp689 if (toggleDirectionPending_) { in StartInner()
690 toggleDirectionPending_ = false; in StartInner()
702 toggleDirectionPending_ = false; in StartInner()
879 toggleDirectionPending_ = !toggleDirectionPending_; in ToggleDirection()
947 toggleDirectionPending_ = controller->toggleDirectionPending_; in Copy()
H A Danimator.h266 bool toggleDirectionPending_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animator.cpp230 toggleDirectionPending_ = false; in StartInner()