HomeSort by relevance Sort by last modified time
    Searched refs:newCoord (Results 1 - 3 of 3) sorted by null

  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 379 Coordinate newCoord = null;
385 newCoord = new Coordinate(newX, newY);
391 if (mSnakeTrail.get(index).equals(newCoord)) {
400 if (newCoord == null) {
401 Log.e(TAG, "Somehow ended up with a null newCoord!");
403 mAppleList.add(newCoord);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c     [all...]

Completed in 76 milliseconds