Searched refs:Bullet (Results 1 – 2 of 2) sorted by relevance
52 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() {
66 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 { class1054 public Bullet() { in Bullet() method in GameView.Bullet