Searched refs:coordArrayToArrayList (Results 1 – 1 of 1) sorted by relevance
226 private ArrayList<Coordinate> coordArrayToArrayList(int[] rawArray) { in coordArrayToArrayList() method in SnakeView245 mAppleList = coordArrayToArrayList(icicle.getIntArray("mAppleList")); in restoreState()250 mSnakeTrail = coordArrayToArrayList(icicle.getIntArray("mSnakeTrail")); in restoreState()