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

  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 31 private float mVelocityY;
68 mVelocityY = 0.0f;
160 mWorkingVector.y *= mVelocityY;
208 mVelocityY = velocityY;
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 501 protected float mVelocityY;
513 mVelocityY = y;
547 mPositionY += mVelocityY * tau;
    [all...]

Completed in 177 milliseconds