Searched refs:listAllocated (Results 1 – 1 of 1) sorted by relevance
181 int listAllocated = 20; in inflate() local183 int[] colorList = new int[listAllocated]; in inflate()184 int[][] stateSpecList = new int[listAllocated][]; in inflate()235 if (listSize + 1 >= listAllocated) { in inflate()236 listAllocated = ArrayUtils.idealIntArraySize(listSize + 1); in inflate()238 int[] ncolor = new int[listAllocated]; in inflate()241 int[][] nstate = new int[listAllocated][]; in inflate()