Searched refs:VIEW_STATE_IDS (Results 1 – 2 of 2) sorted by relevance
66 static final int[] VIEW_STATE_IDS = new int[] { field in StateSet80 if ((VIEW_STATE_IDS.length / 2) != R.styleable.ViewDrawableStates.length) {85 final int[] orderedIds = new int[VIEW_STATE_IDS.length];88 for (int j = 0; j < VIEW_STATE_IDS.length; j += 2) {89 if (VIEW_STATE_IDS[j] == viewState) {91 orderedIds[i * 2 + 1] = VIEW_STATE_IDS[j + 1];96 final int NUM_BITS = VIEW_STATE_IDS.length / 2;
61659 Landroid/util/StateSet;->VIEW_STATE_IDS:[I