Searched refs:mGrowthFactor (Results 1 – 1 of 1) sorted by relevance
31 private float mGrowthFactor = 2.0f; field in ByteArrayList63 mGrowthFactor = growthFactor; in ByteArrayList()97 int growthFactorMultiples = (int)Math.ceil(minCapacity / mGrowthFactor / curSize); in ensureCapacity()99 float newSize = curSize * mGrowthFactor * growthFactorMultiples; in ensureCapacity()