Searched refs:mMinObstacleSize (Results 1 – 2 of 2) sorted by relevance
72 private float mMinObstacleSize; field in GameView103 mMinObstacleSize = baseSize * 2; in GameView()418 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize)419 + mMinObstacleSize;
78 private final float mMinObstacleSize; field in GameView102 mMinObstacleSize = baseSize * 2; in GameView()393 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize) in step()394 + mMinObstacleSize; in step()