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

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 71 public static final int STATE_PAUSE = 2;
318 if (mMode == STATE_RUNNING) setState(STATE_PAUSE);
331 setState(STATE_PAUSE);
491 else if (mMode == STATE_PAUSE)
559 } else if (mMode == STATE_PAUSE && okStart) {
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 133 public static final int STATE_PAUSE = 2;
    [all...]

Completed in 52 milliseconds