Searched refs:LunarThread (Results 1 – 2 of 2) sorted by relevance
26 import com.example.android.lunarlander.LunarView.LunarThread;53 private LunarThread mLunarThread;93 mLunarThread.setState(LunarThread.STATE_LOSE, 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()138 mLunarThread.setState(LunarThread.STATE_READY); in onCreate()
48 class LunarThread extends Thread { class in LunarView216 public LunarThread(SurfaceHolder surfaceHolder, Context context, in LunarThread() method in LunarView.LunarThread797 private LunarThread thread;807 thread = new LunarThread(holder, context, new Handler() { in LunarView()823 public LunarThread getThread() { in getThread()