Searched defs:ColorView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAlphaLayersActivity.java41 ColorView color = new ColorView(this);
59 static class ColorView extends View { class in class:AlphaLayersActivity
60 ColorView(Context c) { method in class:AlphaLayersActivity.ColorView
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInvalidateActivity.java34 public static class ColorView extends View { class in class:InvalidateActivity
38 public ColorView(Context context, AttributeSet attrs) { method in class:InvalidateActivity.ColorView
53 ColorView[][] mColorViews;
75 mColorViews = new ColorView[root.getChildCount()][row.getChildCount()];
79 mColorViews[y][x] = (ColorView) row.getChildAt(x);

Completed in 161 milliseconds