Searched refs:growSize (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DGrowingArrayUtils.java45 growSize(currentSize));
60 int[] newArray = new int[growSize(currentSize)];
75 long[] newArray = new long[growSize(currentSize)];
90 boolean[] newArray = new boolean[growSize(currentSize)];
119 growSize(currentSize));
138 int[] newArray = new int[growSize(currentSize)];
157 long[] newArray = new long[growSize(currentSize)];
176 boolean[] newArray = new boolean[growSize(currentSize)];
188 public static int growSize(int currentSize) { method in class:GrowingArrayUtils
/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));
106 float[] newArray = ArrayUtils.newUnpaddedFloatArray(growSize(currentSize));
136 growSize(currentSize));
155 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize));
174 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize));
193 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize));
205 public static int growSize(in method in class:GrowingArrayUtils
[all...]
/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:android::renderscript::OStream
/frameworks/base/core/java/android/text/
H A DPackedObjectVector.java115 GrowingArrayUtils.growSize(size()) * mColumns);
H A DPackedIntVector.java261 GrowingArrayUtils.growSize(size()) * columns);
H A DSpannableStringBuilder.java63 mText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(srclen));
145 char[] newText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(size));
1042 return ArrayUtils.newUnpaddedIntArray(GrowingArrayUtils.growSize(size));
H A DSpannableStringInternal.java205 GrowingArrayUtils.growSize(mSpanCount));
H A DStaticLayout.java906 Directions.class, GrowingArrayUtils.growSize(want));

Completed in 5817 milliseconds