Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java184 int[][] stateSpecList = new int[listAllocated][]; in inflate() local
242 System.arraycopy(stateSpecList, 0, nstate, 0, listSize); in inflate()
245 stateSpecList = nstate; in inflate()
249 stateSpecList[listSize] = stateSpec; in inflate()
256 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()