Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h255 floatAnimationMap_[property] = animation; in SetPropertyAnimationFloat()
272 return floatAnimationMap_; in GetFloatPropertyAnimation()
307 return (opacityAnimation_ || colorAnimation_ || !floatAnimationMap_.empty() || in IsValid()
320 ClearListeners(floatAnimationMap_); in ClearListeners()
368 PropertyAnimationFloatMap floatAnimationMap_; variable