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

/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java72 private float mGhostChargeTime; field in class:PlayerComponent
108 mGhostChargeTime = 0.0f;
342 mGhostChargeTime += timeDelta;
343 if (mGhostChargeTime > GHOST_CHARGE_TIME) {
369 mGhostChargeTime = 0.0f;

Completed in 2238 milliseconds