HomeSort by relevance Sort by last modified time
    Searched defs:Obstacle (Results 1 - 2 of 2) sorted by null

  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 48 * a bullet is fired or the ship crashes into an obstacle. Otherwise, the system
67 private final List<Obstacle> mObstacles;
90 mObstacles = new ArrayList<Obstacle>();
235 final Obstacle obstacle = mObstacles.get(i); local
236 obstacle.draw(canvas);
351 final Obstacle obstacle = mObstacles.get(i); local
352 if (!obstacle.step(tau)) {
363 final Obstacle obstacle = mObstacles.get(j) local
375 final Obstacle obstacle = mObstacles.get(i); local
441 Obstacle obstacle = new Obstacle(); local
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 144 {name: 'CACTUS_LARGE', id: '1x-obstacle-large'},
145 {name: 'CACTUS_SMALL', id: '1x-obstacle-small'},
153 {name: 'CACTUS_LARGE', id: '2x-obstacle-large'},
154 {name: 'CACTUS_SMALL', id: '2x-obstacle-small'},
950 * @param {!Obstacle} obstacle
956 function checkForCollision(obstacle, tRex, opt_canvasCtx) {
957 var obstacleBoxXPos = Runner.defaultDimensions.WIDTH + obstacle.xPos;
968 obstacle.xPos + 1,
969 obstacle.yPos + 1
    [all...]

Completed in 563 milliseconds