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

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java 103 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_EASY);
106 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_MEDIUM);
109 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_HARD);
LunarView.java 414 public void setDifficulty(int difficulty) {
    [all...]

Completed in 337 milliseconds