Home | History | Annotate | Download | only in controllersample

Lines Matching refs:mBullets

66     private final List<Bullet> mBullets;
89 mBullets = new ArrayList<Bullet>();
226 int numBullets = mBullets.size();
228 final Bullet bullet = mBullets.get(i);
310 mBullets.clear();
338 int numBullets = mBullets.size();
340 final Bullet bullet = mBullets.get(i);
342 mBullets.remove(i);
361 final Bullet bullet = mBullets.get(i);
740 mBullets.add(bullet);