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