Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.cpp503 isBothBackwards = false; in Stop()
594 if ((fillMode_ == FillMode::BACKWARDS || fillMode_ == FillMode::BOTH) && !isBothBackwards) { in OnFrame()
599 isBothBackwards = true; in OnFrame()
H A Danimator.h273 bool isBothBackwards = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animator.cpp204 isBothBackwards = false; in Stop()