Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarLander.java103 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_EASY); in onOptionsItemSelected()
106 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_MEDIUM); in onOptionsItemSelected()
109 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_HARD); in onOptionsItemSelected()
DLunarView.java414 public void setDifficulty(int difficulty) { in setDifficulty() method in LunarView.LunarThread