Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarLander.java26 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()
DLunarView.java48 class LunarThread extends Thread { class in LunarView
216 public LunarThread(SurfaceHolder surfaceHolder, Context context, in LunarThread() method in LunarView.LunarThread
797 private LunarThread thread;
807 thread = new LunarThread(holder, context, new Handler() { in LunarView()
823 public LunarThread getThread() { in getThread()