Home | History | Annotate | Download | only in controllersample

Lines Matching refs:mMinObstacleSize

78     private final float mMinObstacleSize;
102 mMinObstacleSize = baseSize * 2;
393 float size = mRandom.nextFloat() * (mMaxObstacleSize - mMinObstacleSize)
394 + mMinObstacleSize;