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

  /development/samples/Snake/src/com/example/android/snake/
TileView.java 30 * TileView: a View-variant designed for handling arrays of "icons" or other
34 public class TileView extends View {
65 public TileView(Context context, AttributeSet attrs, int defStyle) {
68 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
75 public TileView(Context context, AttributeSet attrs) {
78 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
SnakeView.java 38 public class SnakeView extends TileView {
64 * Labels for the drawables that will be loaded into the TileView class

Completed in 93 milliseconds