Searched refs:mColorViews (Results 1 – 1 of 1) sorted by relevance
53 private ColorView[][] mColorViews; field in InvalidateActivity59 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()