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;
493 else if (mMode == STATE_LOSE)
504 if (mMode == STATE_LOSE) mWinsInARow = 0;
555 && (mMode == STATE_READY || mMode == STATE_LOSE || mMode == STATE_WIN)) {
666 if (mMode == STATE_LOSE) {
756 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 53 milliseconds