Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java238 int[] ncolor = new int[listAllocated]; in inflate() local
239 System.arraycopy(colorList, 0, ncolor, 0, listSize); in inflate()
244 colorList = ncolor; in inflate()