Home
last modified time | relevance | path

Searched refs:coordArrayToArrayList (Results 1 – 1 of 1) sorted by relevance

/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java222 private ArrayList<Coordinate> coordArrayToArrayList(int[] rawArray) { in coordArrayToArrayList() method in SnakeView
241 mAppleList = coordArrayToArrayList(icicle.getIntArray("mAppleList")); in restoreState()
246 mSnakeTrail = coordArrayToArrayList(icicle.getIntArray("mSnakeTrail")); in restoreState()