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

/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java74 public static final int STATE_WIN = 5; field in class:LunarView.LunarThread
483 else if (mMode == STATE_WIN)
543 && (mMode == STATE_READY || mMode == STATE_LOSE || mMode == STATE_WIN)) {
755 result = STATE_WIN;
769 result = STATE_WIN;

Completed in 22 milliseconds