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 26 import com.example.android.lunarlander.LunarView.LunarThread;
29 * This is a simple LunarLander activity that houses a single LunarView. It
56 private LunarView mLunarView;
129 // get handles to the LunarView from XML, and its LunarThread
130 mLunarView = (LunarView) findViewById(R.id.lunar);
133 // give the LunarView a handle to the TextView used for messages
LunarView.java 47 class LunarView extends SurfaceView implements SurfaceHolder.Callback {
787 public LunarView(Context context, AttributeSet attrs) {
807 * Fetches the animation thread corresponding to this LunarView.
    [all...]

Completed in 756 milliseconds