OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBullets
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
52
private final List<Bullet>
mBullets
;
87
mBullets
= new ArrayList<Bullet>();
314
mBullets
.add(bullet);
332
mBullets
.clear();
370
int numBullets =
mBullets
.size();
372
final Bullet bullet =
mBullets
.get(i);
374
mBullets
.remove(i);
393
final Bullet bullet =
mBullets
.get(i);
471
int numBullets =
mBullets
.size();
473
final Bullet bullet =
mBullets
.get(i)
[
all
...]
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
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)
[
all
...]
Completed in 74 milliseconds