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.java226 private ArrayList<Coordinate> coordArrayToArrayList(int[] rawArray) { in coordArrayToArrayList() method in SnakeView
245 mAppleList = coordArrayToArrayList(icicle.getIntArray("mAppleList")); in restoreState()
250 mSnakeTrail = coordArrayToArrayList(icicle.getIntArray("mSnakeTrail")); in restoreState()