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

  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 30 private float mVelocityX;
67 mVelocityX = 0.0f;
159 mWorkingVector.x *= flip ? -mVelocityX : mVelocityX;
204 mVelocityX = velocityX;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 503 protected float mVelocityX;
515 mVelocityX = x;
543 mPositionX += mVelocityX * tau;
659 return mVelocityX + polarX(relativeSpeed);
668 mVelocityX += polarX(thrust);
671 final float speed = pythag(mVelocityX, mVelocityY);
674 mVelocityX = mVelocityX * scale;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 500 protected float mVelocityX;
512 mVelocityX = x;
546 mPositionX += mVelocityX * tau;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 136 private float mVelocityX; // Unit: pixel/ms.
    [all...]

Completed in 683 milliseconds