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

  /external/replicaisland/src/com/replica/replicaisland/
AttackAtDistanceComponent.java 24 private float mAttackLength;
39 mAttackLength = 0;
63 if (currentTime > mAttackStartTime + mAttackLength) {
67 && currentTime > mAttackStartTime + mAttackLength + mAttackDelay
82 mAttackLength = duration;
PopOutComponent.java 32 private float mAttackLength;
52 mAttackLength = 0;
94 if (currentTime > mAttackStartTime + mAttackLength) {
112 mAttackLength = duration;

Completed in 136 milliseconds