Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSpriteComponent.java26 private PhasedObjectManager mAnimations; field in SpriteComponent
40 mAnimations = new PhasedObjectManager(); in SpriteComponent()
50 mAnimations = new PhasedObjectManager(); in SpriteComponent()
63 mAnimations.removeAll(); in reset()
64 mAnimations.commitUpdates(); in reset()
76 final PhasedObjectManager animations = mAnimations; in update()
150 return (SpriteAnimation)mAnimations.find(index); in findAnimation()
154 mAnimations.add(anim); in addAnimation()
219 return mAnimations.getConcreteCount(); in getAnimationCount()