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

  /frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
TouchLatencyActivity.java 65 mVelocityY = 7.0f;
113 mBallY += mVelocityY;
125 mVelocityY *= -1;
137 mVelocityY *= -1;
173 private float mVelocityX, mVelocityY;
  /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 4183 milliseconds