Home
last modified time | relevance | path

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

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