HomeSort by relevance Sort by last modified time
    Searched defs:Snake (Results 1 - 4 of 4) sorted by null

  /development/samples/Snake/src/com/example/android/snake/
Snake.java 17 package com.example.android.snake;
28 * Snake: a simple game that everyone can enjoy.
30 * This is an implementation of the classic Game "Snake", in which you control a serpent roaming
36 public class Snake extends Activity {
39 * Constants for desired direction of moving the snake
46 private static String ICICLE_KEY = "snake-view";
61 mSnakeView = (SnakeView) findViewById(R.id.snake);
118 * Handles key events in the game. Update the direction our snake is traveling based on the
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DiffUtil.java 77 private static final Comparator<Snake> SNAKE_COMPARATOR = new Comparator<Snake>() {
79 public int compare(Snake o1, Snake o2) {
119 final List<Snake> snakes = new ArrayList<>();
138 final Snake snake = diffPartial(cb, range.oldListStart, range.oldListEnd, local
140 if (snake != null) {
141 if (snake.size > 0) {
142 snakes.add(snake);
601 final Snake snake = mSnakes.get(i); local
672 final Snake snake = mSnakes.get(i); local
770 final Snake snake = mSnakes.get(snakeIndex); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 

Completed in 2976 milliseconds