OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TileView
(Results
1 - 2
of
2
) sorted by null
/development/samples/Snake/src/com/example/android/snake/
TileView.java
29
*
TileView
: a View-variant designed for handling arrays of "icons" or other drawables.
32
public class
TileView
extends View {
62
public
TileView
(Context context, AttributeSet attrs) {
65
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
TileView
);
71
public
TileView
(Context context, AttributeSet attrs, int defStyle) {
74
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
TileView
);
SnakeView.java
35
public class SnakeView extends
TileView
{
60
* Labels for the drawables that will be loaded into the
TileView
class
Completed in 137 milliseconds