Searched refs:LunarView (Results 1 – 2 of 2) sorted by relevance
26 import com.example.android.lunarlander.LunarView.LunarThread;56 private LunarView mLunarView;130 mLunarView = (LunarView) findViewById(R.id.lunar); in onCreate()
47 class LunarView extends SurfaceView implements SurfaceHolder.Callback { class799 public LunarView(Context context, AttributeSet attrs) { in LunarView() method in LunarView