Searched refs:VIEW_STATE_SETS (Results 1 – 1 of 1) sorted by relevance
43 private static final int[][] VIEW_STATE_SETS; field in StateSet97 VIEW_STATE_SETS = new int[1 << NUM_BITS][];98 for (int i = 0; i < VIEW_STATE_SETS.length; i++) {107 VIEW_STATE_SETS[i] = set;113 if (mask >= VIEW_STATE_SETS.length) { in get()116 return VIEW_STATE_SETS[mask]; in get()