Searched defs:VIEW_STATE_IDS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DStateSet.java66 static final int[] VIEW_STATE_IDS = new int[] { field in class:StateSet
80 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;

Completed in 434 milliseconds