Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DColorStateList.java351 int[][] stateSpecList = ArrayUtils.newUnpaddedArray(int[].class, 20); in inflate() local
352 int[][] themeAttrsList = new int[stateSpecList.length][]; in inflate()
353 int[] colorList = new int[stateSpecList.length]; in inflate()
411 stateSpecList = GrowingArrayUtils.append(stateSpecList, listSize, stateSpec); in inflate()
428 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()