OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_OBSTACLES
(Results
1 - 2
of
2
) sorted by null
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
53
private static final int
MAX_OBSTACLES
= 12;
390
int tries =
MAX_OBSTACLES
- mObstacles.size() + 10;
392
while (mObstacles.size() <
MAX_OBSTACLES
&& tries-- > 0) {
433
tries =
MAX_OBSTACLES
- mObstacles.size() + 10;
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
48
private final int
MAX_OBSTACLES
= 12;
416
OuterLoop: while (mObstacles.size() <
MAX_OBSTACLES
) {
Completed in 5873 milliseconds