Searched defs:animations (Results 1 – 11 of 11) sorted by relevance
56 ArrayList<Animation> animations = new ArrayList<Animation>(1); in ObjectAnimationModifier() local
131 ArrayList<Animation> animations = new ArrayList<Animation>(); in ArmatureModifier() local
77 HashMap<String, Animation> animations = new HashMap<String, Animation>(); in simpleInitApp() local
76 final PhasedObjectManager animations = mAnimations; in update() local
135 public void setAnimations(HashMap<String, Animation> animations) { in setAnimations()
70 private ArrayList<Animation> animations; field in SkeletonLoader
576 PassRefPtr<WebKitAnimationList> CompositeAnimation::animations() const in animations() function in WebCore::CompositeAnimation578 RefPtr<WebKitAnimationList> animations = WebKitAnimationList::create(); in animations() local
501 private List<AnimData> animations; field in BlenderKey.LoadingResults
1413 const Vector<LayerPropertyAnimation>& animations = animationIt->second; in updateLayerAnimations() local1441 Vector<LayerPropertyAnimation> animations; in updateLayerAnimations() local1445 Vector<LayerPropertyAnimation>& animations = it->second; in updateLayerAnimations() local
816 WebInspector.animateStyle = function(animations, duration, callback) argument
749 const AnimationList* animations() const { return rareNonInheritedData->m_animations.get(); } in animations() function