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

/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java70 private boolean mGhostActive; field in class:PlayerComponent
105 mGhostActive = false;
332 if (!mGhostActive) {
361 mGhostActive = true;
520 if (!mGhostActive) { // The ghost might have activated again during this delay.
535 return mGhostActive;
539 mGhostActive = false;

Completed in 113 milliseconds