Home
last modified time | relevance | path

Searched refs:VIEW_STATE_IDS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
DStateSet.java66 static final int[] VIEW_STATE_IDS = new int[] { field in 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;
/frameworks/base/config/
Dhiddenapi-private-dex.txt90790 Landroid/util/StateSet;->VIEW_STATE_IDS:[I