Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java72 private float mMinObstacleSize; field in GameView
103 mMinObstacleSize = baseSize * 2; in GameView()
418 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize)
419 + mMinObstacleSize;
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java78 private final float mMinObstacleSize; field in GameView
102 mMinObstacleSize = baseSize * 2; in GameView()
393 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize) in step()
394 + mMinObstacleSize; in step()