Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java74 public static final int STATE_WIN = 5; field in LunarView.LunarThread
495 else if (mMode == STATE_WIN) in setState()
555 && (mMode == STATE_READY || mMode == STATE_LOSE || mMode == STATE_WIN)) { in doKeyDown()
767 result = STATE_WIN; in updatePhysics()
781 result = STATE_WIN; in updatePhysics()