Searched refs:setDifficulty (Results 1 – 2 of 2) sorted by relevance
103 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_EASY); in onOptionsItemSelected()106 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_MEDIUM); in onOptionsItemSelected()109 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_HARD); in onOptionsItemSelected()
414 public void setDifficulty(int difficulty) { in setDifficulty() method in LunarView.LunarThread