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

  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 28 public static final int OPENING = 3;
66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength();
80 // opening and closing animations are the same length.
92 mSprite.playAnimation(Animation.OPENING);
171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
GameObjectFactory.java     [all...]

Completed in 428 milliseconds