Searched refs:mSetStartedTime (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DLaunchProjectileComponent.java41 private float mSetStartedTime; field in class:LaunchProjectileComponent
73 mSetStartedTime = -1.0f;
97 if (mSetStartedTime == -1.0f) {
100 mSetStartedTime = gameTime;
105 if (gameTime - mSetStartedTime >= setDelay &&
116 mSetStartedTime = -1.0f;
123 mSetStartedTime = -1.0f;
249 mSetStartedTime = -1.0f;

Completed in 72 milliseconds