Searched refs:stateSpecs (Results 1 – 2 of 2) sorted by relevance
238 public static boolean containsAttribute(int[][] stateSpecs, int attr) { in containsAttribute() argument239 if (stateSpecs != null) { in containsAttribute()240 for (int[] spec : stateSpecs) { in containsAttribute()
619 final int[][] stateSpecs = mStateSpecs; in hasState() local620 final int specCount = stateSpecs.length; in hasState()622 final int[] states = stateSpecs[specIndex]; in hasState()739 final int[][] stateSpecs = new int[N][];741 stateSpecs[i] = source.createIntArray();744 return new ColorStateList(stateSpecs, colors);