HomeSort by relevance Sort by last modified time
    Searched refs:LunarView (Results 1 - 2 of 2) sorted by null

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java 27 import com.example.android.lunarlander.LunarView.LunarThread;
30 * This is a simple LunarLander activity that houses a single LunarView. It
57 private LunarView mLunarView;
130 // get handles to the LunarView from XML, and its LunarThread
131 mLunarView = (LunarView) findViewById(R.id.lunar);
134 // give the LunarView a handle to the TextView used for messages
LunarView.java 47 class LunarView extends SurfaceView implements SurfaceHolder.Callback {
789 public LunarView(Context context, AttributeSet attrs) {
809 * Fetches the animation thread corresponding to this LunarView.
    [all...]

Completed in 58 milliseconds