Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarLander.java109 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_HARD); in onOptionsItemSelected()
DLunarView.java53 public static final int DIFFICULTY_HARD = 1; field in LunarView.LunarThread
285 } else if (mDifficulty == DIFFICULTY_HARD) { in doStart()