Home
last modified time | relevance | path

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

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