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

/frameworks/base/core/java/android/content/res/
H A DColorStateList.java64 private int[][] mStateSpecs; // must be parallel to mColors field in class:ColorStateList
65 private int[] mColors; // must be parallel to mStateSpecs
79 mStateSpecs = states;
167 return new ColorStateList(mStateSpecs, colors);
254 mStateSpecs = new int[listSize][];
256 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
260 return mStateSpecs.length > 1;
273 final int setLength = mStateSpecs.length;
275 int[] stateSpec = mStateSpecs[i];
294 "mStateSpecs
[all...]

Completed in 72 milliseconds