Searched refs:propAnimations_ (Results 1 – 4 of 4) sorted by relevance
169 propAnimations_[type] = animation; in AddAnimatable()174 propAnimations_.clear(); in ClearAnimatables()179 return propAnimations_; in GetAnimatables()311 PropAnimationMap propAnimations_; variable
121 propAnimations_ = animatables; in SetAnimatables()126 return propAnimations_; in GetAnimatables()309 !transformAnimations_.empty() || !propAnimations_.empty()); in IsValid()367 PropAnimationMap propAnimations_; variable
1069 propAnimations_ = animationUtil_.GetPropAnimationMap(); in ParseAnimationStyle()1072 if (propAnimations_.find(AnimatableType::PROPERTY_OPACITY) != propAnimations_.end()) { in ParseAnimationStyle()1176 const auto& animation = propAnimations_[type]; in UpdatePositionAnimations()1186 auto pos = propAnimations_.find(AnimatableType::PROPERTY_OPACITY); in TweenOptionSetKeyframes()1187 if (pos != propAnimations_.end()) { in TweenOptionSetKeyframes()1197 propAnimations_.erase(pos); in TweenOptionSetKeyframes()1199 if (!propAnimations_.empty()) { in TweenOptionSetKeyframes()1200 tweenOption.SetAnimatables(propAnimations_); in TweenOptionSetKeyframes()1684 UpdatePropAnimations(propAnimations_); in UpdateTweenComponent()1689 UpdatePropAnimations(propAnimations_); in UpdateTweenComponent()
993 PropAnimationMap propAnimations_; variable