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

  /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/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALListener.java 175 @Selector("setVelocity:")
176 public native void setVelocity(@ByValue ALVector value);
ALChannelSource.java 321 @Selector("setVelocity:")
322 public native void setVelocity(@ByValue ALVector value);
ALSoundSource.java 241 @Selector("setVelocity:")
242 void setVelocity (@ByValue ALVector value);
ALSource.java 387 @Selector("setVelocity:")
388 public native void setVelocity(@ByValue ALVector value);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
SoftBodyNodeData.java 90 public void setVelocity(btVector3FloatData value) {
btSoftBody.java 732 public void setVelocity(btVector3 value) {
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
FirstPersonCameraController.java 59 public void setVelocity (float velocity) {
  /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...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 791 void setVelocity( const btVector3& velocity);
btSoftBody.cpp 648 void btSoftBody::setVelocity( const btVector3& velocity)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
MultipleRenderTargetTest.java 143 cameraController.setVelocity(50);
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 1021 milliseconds