Home
last modified time | relevance | path

Searched refs:isAnimation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp266 container->isAnimation_ = false; in DoSideBarAnimation()
280 isAnimation_ = true; in DoSideBarAnimation()
493 if (isAnimation_) { in HandleDragUpdate()
533 if (isAnimation_) { in HandleDragStart()
544 if (isAnimation_) { in HandleDragEnd()
H A Drender_side_bar_container.h149 bool isAnimation_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.h191 bool isAnimation_ = false; variable
H A Drender_stepper.cpp444 if (!isAnimation_) { in PerformLayout()
736 stepper->isAnimation_ = false; in DoStepperToAnimation()
740 isAnimation_ = true; in DoStepperToAnimation()