Searched refs:VIEW_STATE_IDS (Results 1 – 1 of 1) sorted by relevance
1359 static final int[] VIEW_STATE_IDS = new int[] { field in View1373 if ((VIEW_STATE_IDS.length/2) != R.styleable.ViewDrawableStates.length) {1377 int[] orderedIds = new int[VIEW_STATE_IDS.length];1380 for (int j = 0; j<VIEW_STATE_IDS.length; j += 2) {1381 if (VIEW_STATE_IDS[j] == viewState) {1383 orderedIds[i * 2 + 1] = VIEW_STATE_IDS[j + 1];1387 final int NUM_BITS = VIEW_STATE_IDS.length / 2;