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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 666 public void accelerate(float tau, float maxThrust, float maxSpeed) {
672 if (speed > maxSpeed) {
673 final float scale = maxSpeed / speed;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 506 const int maxSpeed = 20;
524 yDelta = max<int>(min<int>(yDelta, maxSpeed), -maxSpeed);

Completed in 959 milliseconds