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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 74 private float mMinObstacleSpeed;
105 mMinObstacleSpeed = baseSpeed;
448 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed)
449 + mMinObstacleSpeed;
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 80 private final float mMinObstacleSpeed;
104 mMinObstacleSpeed = mBaseSpeed;
436 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed)
437 + mMinObstacleSpeed;
    [all...]

Completed in 32 milliseconds