Searched defs:colors (Results 1 – 10 of 10) sorted by relevance
39 int[] colors = new int[STRIDE * HEIGHT]; in createColors() local73 int[] colors = mColors; in SampleView() local
58 int[] colors = createColors(); in PurgeableBitmapView() local68 int[] colors = new int[STRIDE * HEIGHT]; in createColors() local
44 int colors[] = { in Cube() local
37 int[] colors = new int[STRIDE * HEIGHT]; in createColors() local
116 private int interpColor(int colors[], float unit) { in interpColor()
171 float colors[] = { in onSurfaceCreated() local
170 final float colors[] = { in Cube() local
59 int[] colors = new int[] { in make_custom_bg() local
447 final int[] colors; field in PresentationActivity.PresentationContents