Searched refs:growthFactor (Results 1 – 1 of 1) sorted by relevance
57 public ByteArrayList(int defaultSize, float growthFactor) { in ByteArrayList() argument60 if (growthFactor < 1.1f) { in ByteArrayList()63 mGrowthFactor = growthFactor; in ByteArrayList()