Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java52 private final List<Bullet> mBullets;
87 mBullets = new ArrayList<Bullet>(); in GameView()
310 Bullet bullet = new Bullet();
372 final Bullet bullet = mBullets.get(i);
393 final Bullet bullet = mBullets.get(i);
473 final Bullet bullet = mBullets.get(i);
712 private class Bullet extends Sprite {
715 public Bullet() {
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java66 private final List<Bullet> mBullets;
89 mBullets = new ArrayList<Bullet>(); in GameView()
228 final Bullet bullet = mBullets.get(i); in onDraw()
340 final Bullet bullet = mBullets.get(i); in step()
361 final Bullet bullet = mBullets.get(i); in step()
736 Bullet bullet = new Bullet(); in fire()
1052 private class Bullet extends Sprite { class
1054 public Bullet() { in Bullet() method in GameView.Bullet