Searched refs:newSize (Results 1 – 4 of 4) sorted by relevance
99 float newSize = curSize * mGrowthFactor * growthFactorMultiples; in ensureCapacity() local100 setSize((int)Math.ceil(newSize)); in ensureCapacity()
106 int newSize = (int) Math.max(minCapacity, doubleCurrentSize); in ensureAvailable() local107 mArray = Arrays.copyOf(mArray, newSize); in ensureAvailable()
130 protected final void sizeChanged(long newSize) throws IOException { in sizeChanged() argument131 final long newCount = newSize / FatDirectoryEntry.SIZE; in sizeChanged()
1057 long newSize = entry.getSize() + before.getSize(); in update() local1101 entries.put(name, map.add(newStart, newStart + newSize, storedEntry)); in update()