Searched refs:MAX_OBSTACLES (Results 1 – 2 of 2) sorted by relevance
53 private static final int MAX_OBSTACLES = 12; field in GameView390 int tries = MAX_OBSTACLES - mObstacles.size() + 10; in step()392 while (mObstacles.size() < MAX_OBSTACLES && tries-- > 0) { in step()433 tries = MAX_OBSTACLES - mObstacles.size() + 10; in step()
48 private final int MAX_OBSTACLES = 12; field in GameView416 OuterLoop: while (mObstacles.size() < MAX_OBSTACLES) {