HomeSort by relevance Sort by last modified time
    Searched refs:setVelocity (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.idl 37 void setVelocity(float x, float y, float z);
AudioListener.h 67 void setVelocity(float x, float y, float z) { setVelocity(FloatPoint3D(x, y, z)); }
68 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
PannerNode.idl 45 void setVelocity(float x, float y, float z);
PannerNode.h 96 void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Listener.java 109 public void setVelocity(Vector3f velocity) {
AudioNode.java 463 * @see AudioNode#setVelocity(com.jme3.math.Vector3f)
476 public void setVelocity(Vector3f velocity) {
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestDoppler.java 96 ufo.setVelocity(new Vector3f(dx, 0, dz));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
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);
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 89 public void setVelocity(Vector3f velocity) {
399 ss.setVelocity(new Vector3f(10, 10, 10));
404 ss2.setVelocity(new Vector3f(-10, -10, -10));
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 76 field.setVelocity(i, i, n, n);
78 field.setVelocity(i, n - i, -n, -n);
80 field.setVelocity(128 - i, n + i, -n, -n);
327 this.setVelocity = function(x, y, xv, yv) {
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 58 field.setVelocity(i, i, n, n);
60 field.setVelocity(i, n - i, -n, -n);
62 field.setVelocity(128 - i, n + i, -n, -n);
309 this.setVelocity = function(x, y, xv, yv) {
  /external/replicaisland/src/com/replica/replicaisland/
GameObject.java 172 public final void setVelocity(Vector2 velocity) {
LauncherComponent.java 111 object.setVelocity(mLaunchDirection);
PhysicsComponent.java 120 parentObject.setVelocity(newVelocity);
HitReactionComponent.java 184 parent.setVelocity(newVelocity);
  /external/v8/benchmarks/
navier-stokes.js 58 field.setVelocity(i, i, n, n);
60 field.setVelocity(i, n - i, -n, -n);
62 field.setVelocity(128 - i, n + i, -n, -n);
309 this.setVelocity = function(x, y, xv, yv) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 192 currentShip.setVelocity(0, 0);
444 obstacle.setVelocity(velocityX, velocityY);
511 public void setVelocity(float x, float y) {
676 setVelocity(0, 0);
738 bullet.setVelocity(getBulletVelocityX(),
    [all...]

Completed in 746 milliseconds