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