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()
620 final int[][] stateSpecs = mStateSpecs; in hasState() local621 final int specCount = stateSpecs.length; in hasState()623 final int[] states = stateSpecs[specIndex]; in hasState()740 final int[][] stateSpecs = new int[N][];742 stateSpecs[i] = source.createIntArray();745 return new ColorStateList(stateSpecs, colors);