Home
last modified time | relevance | path

Searched refs:listAllocated (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
DColorStateList.java181 int listAllocated = 20; in inflate() local
183 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()