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

  /development/samples/JetBoy/src/com/example/android/jetboy/
Asteroid.java 21 public class Asteroid {
JetBoyView.java 174 // JET info: in this game 80 is used for sending asteroid across the screen
206 // the asteroid send events are generated from the Jet File.
252 // stores all of the asteroid objects in order
253 private Vector<Asteroid> mDangerWillRobinson;
269 // how far up asteroid can be painted
541 // draw the space ship in the same lane as the next asteroid
564 mDangerWillRobinson = new Vector<Asteroid>();
587 Asteroid asteroid = mDangerWillRobinson.elementAt(i); local
589 if (!asteroid.mMissed
821 Asteroid asteroid = mDangerWillRobinson.elementAt(i); local
    [all...]

Completed in 529 milliseconds