Searched refs:growSize (Results 1 - 8 of 8) 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.h90 growSize();
101 growSize();
111 growSize();
121 growSize();
128 growSize();
150 void growSize();
H A DrsStream.cpp68 growSize();
78 growSize();
96 growSize();
107 void OStream::growSize() { function in class:OStream
/frameworks/base/core/java/android/text/
H A DPackedObjectVector.java115 GrowingArrayUtils.growSize(size()) * mColumns);
H A DPackedIntVector.java257 GrowingArrayUtils.growSize(size()) * columns);
H A DSpannableStringInternal.java121 GrowingArrayUtils.growSize(mSpanCount));
H A DSpannableStringBuilder.java60 mText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(srclen));
138 char[] newText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(size));
H A DStaticLayout.java526 Directions.class, GrowingArrayUtils.growSize(want));

Completed in 126 milliseconds