Searched refs:applecount (Results 1 – 1 of 1) sorted by relevance
502 int applecount = mAppleList.size(); in updateSnake() local503 for (int appleindex = 0; appleindex < applecount; appleindex++) { in updateSnake()