HomeSort by relevance Sort by last modified time
    Searched refs:findAnimation (Results 1 - 4 of 4) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength();
107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength();
SpriteComponent.java 88 currentAnimation = findAnimation(currentAnimIndex);
149 public final SpriteAnimation findAnimation(int index) {
NPCAnimationComponent.java 172 && mSprite.findAnimation(TAKE_HIT) != null) {
179 if (mSprite.findAnimation(RUN_START) != null) {
GameObjectFactory.java     [all...]

Completed in 4514 milliseconds