Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp227 bool needAnimation = false; in BindingTransformAnimationToController() local
231 needAnimation = true; in BindingTransformAnimationToController()
235 return needAnimation; in BindingTransformAnimationToController()
485 bool needAnimation = false; in IsNeedAnimation() local
501 needAnimation = true; in IsNeedAnimation()
511 needAnimation = true; in IsNeedAnimation()
516 needAnimation = true; in IsNeedAnimation()
519 needAnimation = true; in IsNeedAnimation()
521 return needAnimation; in IsNeedAnimation()
805 bool needAnimation = false; in AddToAnimator() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp233 bool needAnimation = false; in CheckNeedAnimation() local
238 needAnimation = true; in CheckNeedAnimation()
243 if (!needAnimation) { in CheckNeedAnimation()