Searched refs:mObstaclesInPlay (Results 1 – 1 of 1) sorted by relevance
147 private ArrayList<Obstacle> mObstaclesInPlay = new ArrayList<Obstacle>(); field in MLand407 mObstaclesInPlay.clear(); in reset()695 for (int j = mObstaclesInPlay.size(); j-- > 0; ) {696 final Obstacle ob = mObstaclesInPlay.get(j);736 mObstaclesInPlay.remove(v);770 mObstaclesInPlay.add(s1);788 mObstaclesInPlay.add(p1);805 mObstaclesInPlay.add(s2);823 mObstaclesInPlay.add(p2);995 for (Obstacle ob : mObstaclesInPlay) {