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

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 70 public static final int STATE_LOSE = 1;
481 else if (mMode == STATE_LOSE)
492 if (mMode == STATE_LOSE) mWinsInARow = 0;
545 && (mMode == STATE_READY || mMode == STATE_LOSE || mMode == STATE_WIN)) {
656 if (mMode == STATE_LOSE) {
746 int result = STATE_LOSE;
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 132 public static final int STATE_LOSE = 1;
484 } else if (mState == STATE_PLAY || mState == STATE_LOSE) {
658 } else if (mState == STATE_LOSE) {
    [all...]

Completed in 767 milliseconds