Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSpriteComponent.java77 final int currentAnimIndex = mCurrentAnimationIndex; in update() local
84 if (animations.getCount() > 0 && currentAnimIndex != -1) { in update()
87 if (currentAnimation == null && currentAnimIndex != -1) { in update()
88 currentAnimation = findAnimation(currentAnimIndex); in update()