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