Home
last modified time | relevance | path

Searched refs:setVelocity (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java301 mShip.setVelocity(0, 0);
312 bullet.setVelocity(mShip.getBulletVelocityX(mBulletSpeed),
456 obstacle.setVelocity(velocityX, velocityY);
514 public void setVelocity(float x, float y) {
606 setVelocity(0, 0);
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java192 currentShip.setVelocity(0, 0); in onWindowFocusChanged()
444 obstacle.setVelocity(velocityX, velocityY); in step()
511 public void setVelocity(float x, float y) { in setVelocity() method in GameView.Sprite
676 setVelocity(0, 0); in Ship()
738 bullet.setVelocity(getBulletVelocityX(), in fire()