Home
last modified time | relevance | path

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

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DInvalidateActivity.java53 private ColorView[][] mColorViews; field in InvalidateActivity
59 for (int y = 0; y < mColorViews.length; y++) { in setColorValue()
60 for (int x = 0; x < mColorViews[y].length; x++) { in setColorValue()
61 mColorViews[y][x].setColor((x + y) % 2 == 0 ? a : b); in setColorValue()
74 if (mColorViews == null) { in onCreate()
75 mColorViews = new ColorView[root.getChildCount()][row.getChildCount()]; in onCreate()
79 mColorViews[y][x] = (ColorView) row.getChildAt(x); in onCreate()