OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTile
(Results
1 - 2
of
2
) sorted by null
/development/samples/Snake/src/com/example/android/snake/
SnakeView.java
431
setTile
(GREEN_STAR, x, 0);
432
setTile
(GREEN_STAR, x, mYTileCount - 1);
435
setTile
(GREEN_STAR, 0, y);
436
setTile
(GREEN_STAR, mXTileCount - 1, y);
445
setTile
(YELLOW_STAR, c.x, c.y);
526
setTile
(YELLOW_STAR, c.x, c.y);
528
setTile
(RED_STAR, c.x, c.y);
TileView.java
88
setTile
(0, x, y);
141
public void
setTile
(int tileindex, int x, int y) {
Completed in 30 milliseconds