Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h189 transformOffsetAnimations_[type] = transformOffsetAnimation; in SetTranslateAnimations()
194 return transformOffsetAnimations_; in GetTranslateAnimations()
287 return !transformOffsetAnimations_.empty(); in HasTransformOffsetChanged()
308 !transformFloatAnimations_.empty() || !transformOffsetAnimations_.empty() || in IsValid()
321 for (auto&& [type, animation] : transformOffsetAnimations_) { in ClearListeners()
369 … std::unordered_map<AnimationType, RefPtr<Animation<DimensionOffset>>> transformOffsetAnimations_; variable