Searched refs:trimmedStates (Results 1 – 1 of 1) sorted by relevance
258 int[] trimmedStates = new int[newSize]; in trimStateSet() local259 System.arraycopy(states, 0, trimmedStates, 0, newSize); in trimStateSet()260 return trimmedStates; in trimStateSet()