Searched refs:ColorView (Results 1 – 2 of 2) sorted by relevance
34 public static class ColorView extends View { class in InvalidateActivity38 public ColorView(Context context, AttributeSet attrs) { in ColorView() method in InvalidateActivity.ColorView53 ColorView[][] mColorViews;75 mColorViews = new ColorView[root.getChildCount()][row.getChildCount()]; in onCreate()79 mColorViews[y][x] = (ColorView) row.getChildAt(x); in onCreate()
41 ColorView color = new ColorView(this); in onCreate()59 static class ColorView extends View { class in AlphaLayersActivity60 ColorView(Context c) { in ColorView() method in AlphaLayersActivity.ColorView