Searched refs:mStateSpecs (Results 1 – 1 of 1) sorted by relevance
143 private int[][] mStateSpecs; field in ColorStateList160 mStateSpecs = states; in ColorStateList()209 mStateSpecs = orig.mStateSpecs; in ColorStateList()300 return new ColorStateList(mStateSpecs, colors); in withAlpha()387 mStateSpecs = new int[listSize][]; in inflate()389 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()528 return mStateSpecs.length >= 1 && mStateSpecs[0].length > 0; in isStateful()537 return StateSet.containsAttribute(mStateSpecs, R.attr.state_focused); in hasFocusStateSpecified()563 final int setLength = mStateSpecs.length; in getColorForState()565 final int[] stateSpec = mStateSpecs[i]; in getColorForState()[all …]