Searched defs:growSize (Results 1 - 3 of 3) 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));
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/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/rs/
H A DrsStream.cpp68 growSize();
78 growSize();
96 growSize();
107 void OStream::growSize() { function in class:OStream

Completed in 29 milliseconds