Home
last modified time | relevance | path

Searched refs:ColorView (Results 1 – 2 of 2) sorted by relevance

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