HomeSort by relevance Sort by last modified time
    Searched refs:mVelocityY (Results 1 - 4 of 4) 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/ApiDemos/src/com/example/android/apis/view/
GameView.java 504 protected float mVelocityY;
516 mVelocityY = y;
544 mPositionY += mVelocityY * tau;
663 return mVelocityY + polarY(relativeSpeed);
669 mVelocityY += polarY(thrust);
671 final float speed = pythag(mVelocityX, mVelocityY);
675 mVelocityY = mVelocityY * scale;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 501 protected float mVelocityY;
513 mVelocityY = y;
547 mPositionY += mVelocityY * tau;
    [all...]

Completed in 548 milliseconds