Searched refs:setVelocity (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameView.java | 301 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/ |
D | GameView.java | 192 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()
|