Searched refs:mStateSpecs (Results 1 – 1 of 1) sorted by relevance
140 private int[][] mStateSpecs; field in ColorStateList154 mStateSpecs = states; in ColorStateList()203 mStateSpecs = orig.mStateSpecs; in ColorStateList()294 return new ColorStateList(mStateSpecs, colors); in withAlpha()381 mStateSpecs = new int[listSize][]; in inflate()383 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize); in inflate()520 return mStateSpecs.length > 1; in isStateful()546 final int setLength = mStateSpecs.length; in getColorForState()548 final int[] stateSpec = mStateSpecs[i]; in getColorForState()574 return mStateSpecs; in getStates()[all …]