Home
last modified time | relevance | path

Searched defs:newCapacity (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java100 final int newCapacity = computeNewCapacity(mSize, requestedSize); in ensureCapacity() local
209 final int newCapacity = computeNewCapacity(mSize, requestedSize); in ensureCapacity() local
318 final int newCapacity = computeNewCapacity(mSize, requestedSize); in ensureCapacity() local
/aosp14/frameworks/base/core/java/android/util/
H A DLongArray.java143 final int newCapacity = targetCap > minCapacity ? targetCap : minCapacity; in ensureCapacity() local
H A DIntArray.java166 final int newCapacity = targetCap > minCapacity ? targetCap : minCapacity; in ensureCapacity() local
/aosp14/frameworks/base/media/java/android/media/
H A DAudioMetadata.java546 int newCapacity = mBuffer.position() + count; in ensureCapacity() local
H A DMediaMetrics.java811 int newCapacity = mBuffer.position() + size; in reserveProperty() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java969 int newCapacity, int[] indexes) { in fillNew()
1058 private void matrixSetCapacity(WatchedSparseBooleanMatrix matrix, int newCapacity, in matrixSetCapacity()