Searched refs:mMinObstacleSpeed (Results 1 - 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java74 private float mMinObstacleSpeed; field in class:GameView
105 mMinObstacleSpeed = baseSpeed;
448 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed)
449 + mMinObstacleSpeed;
/development/samples/ControllerSample/src/com/example/controllersample/
H A DGameView.java80 private final float mMinObstacleSpeed; field in class:GameView
104 mMinObstacleSpeed = mBaseSpeed;
436 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed)
437 + mMinObstacleSpeed;

Completed in 8 milliseconds