HomeSort by relevance Sort by last modified time
    Searched refs: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/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...]

Completed in 839 milliseconds