Searched refs:stateSpecList (Results 1 – 1 of 1) sorted by relevance
259 int[][] stateSpecList = ArrayUtils.newUnpaddedArray(int[].class, 20); in inflate() local260 int[][] themeAttrsList = new int[stateSpecList.length][]; in inflate()261 int[] colorList = new int[stateSpecList.length]; in inflate()313 stateSpecList = GrowingArrayUtils.append(stateSpecList, listSize, stateSpec); in inflate()330 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()