Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java183 int[] colorList = new int[listAllocated]; in inflate() local
239 System.arraycopy(colorList, 0, ncolor, 0, listSize); in inflate()
244 colorList = ncolor; in inflate()
248 colorList[listSize] = color; in inflate()
255 System.arraycopy(colorList, 0, mColors, 0, listSize); in inflate()
/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java56 public TextAppearanceSpan(Context context, int appearance, int colorList) { in TextAppearanceSpan() argument
93 if (colorList >= 0) { in TextAppearanceSpan()
97 textColor = a.getColorStateList(colorList); in TextAppearanceSpan()