Searched refs:mLunarThread (Results 1 – 1 of 1) sorted by relevance
53 private LunarThread mLunarThread; field in LunarLander90 mLunarThread.doStart(); in onOptionsItemSelected()93 mLunarThread.setState(LunarThread.STATE_LOSE, in onOptionsItemSelected()97 mLunarThread.pause(); in onOptionsItemSelected()100 mLunarThread.unpause(); in onOptionsItemSelected()103 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_EASY); in onOptionsItemSelected()106 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_MEDIUM); in onOptionsItemSelected()109 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_HARD); in onOptionsItemSelected()131 mLunarThread = mLunarView.getThread(); in onCreate()138 mLunarThread.setState(LunarThread.STATE_READY); in onCreate()[all …]