Searched defs:growSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DGrowingArrayUtils.java46 (Class<T>) array.getClass().getComponentType(), growSize(currentSize));
61 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize));
76 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize));
91 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize));
121 growSize(currentSize));
140 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize));
159 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize));
178 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize));
190 public static int growSize(int currentSize) { method in class:GrowingArrayUtils
/frameworks/rs/
H A DrsStream.cpp68 growSize();
78 growSize();
96 growSize();
107 void OStream::growSize() { function in class:OStream

Completed in 120 milliseconds