Searched refs:transformOffsetAnimations_ (Results 1 – 1 of 1) sorted by relevance
189 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