Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java75 private float mMaxObstacleSpeed; field in GameView
106 mMaxObstacleSpeed = baseSpeed * 3; in GameView()
448 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed)
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java81 private final float mMaxObstacleSpeed; field in GameView
105 mMaxObstacleSpeed = mBaseSpeed * 3; in GameView()
436 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed) in step()