Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java87 private int[][] mStateSpecs; field in ColorStateList
101 mStateSpecs = states; in ColorStateList()
150 mStateSpecs = orig.mStateSpecs; in ColorStateList()
241 return new ColorStateList(mStateSpecs, colors); in withAlpha()
328 mStateSpecs = new int[listSize][]; in inflate()
330 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()
464 return mStateSpecs.length > 1; in isStateful()
490 final int setLength = mStateSpecs.length; in getColorForState()
492 final int[] stateSpec = mStateSpecs[i]; in getColorForState()
518 return mStateSpecs; in getStates()
[all …]