Searched refs:VIEW_STATE_IDS (Results 1 – 2 of 2) sorted by relevance
65 static final int[] VIEW_STATE_IDS = new int[] { field in StateSet79 if ((VIEW_STATE_IDS.length / 2) != R.styleable.ViewDrawableStates.length) {84 final int[] orderedIds = new int[VIEW_STATE_IDS.length];87 for (int j = 0; j < VIEW_STATE_IDS.length; j += 2) {88 if (VIEW_STATE_IDS[j] == viewState) {90 orderedIds[i * 2 + 1] = VIEW_STATE_IDS[j + 1];95 final int NUM_BITS = VIEW_STATE_IDS.length / 2;
57693 Landroid/util/StateSet;->VIEW_STATE_IDS:[I