HomeSort by relevance Sort by last modified time
    Searched defs:mVelocityY (Results 1 - 3 of 3) 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...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]

Completed in 141 milliseconds