Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java73 private float mMaxObstacleSize; field in GameView
104 mMaxObstacleSize = baseSize * 12; in GameView()
418 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize)
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java79 private final float mMaxObstacleSize; field in GameView
103 mMaxObstacleSize = baseSize * 12; in GameView()
393 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize) in step()