Searched refs:mStateSpecs (Results 1 – 1 of 1) sorted by relevance
142 private int[][] mStateSpecs; field in ColorStateList159 mStateSpecs = states; in ColorStateList()208 mStateSpecs = orig.mStateSpecs; in ColorStateList()299 return new ColorStateList(mStateSpecs, colors); in withAlpha()386 mStateSpecs = new int[listSize][]; in inflate()388 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()527 return mStateSpecs.length >= 1 && mStateSpecs[0].length > 0; in isStateful()536 return StateSet.containsAttribute(mStateSpecs, R.attr.state_focused); in hasFocusStateSpecified()562 final int setLength = mStateSpecs.length; in getColorForState()564 final int[] stateSpec = mStateSpecs[i]; in getColorForState()[all …]