Searched defs:colors (Results 1 – 23 of 23) sorted by relevance
39 int[] colors = new int[STRIDE * HEIGHT]; in createColors() local73 int[] colors = mColors; in SampleView() local
44 int colors[] = { in Cube() local
58 int[] colors = createColors(); in PurgeableBitmapView() local68 int[] colors = new int[STRIDE * HEIGHT]; in createColors() local
37 int[] colors = new int[STRIDE * HEIGHT]; in createColors() local
116 private int interpColor(int colors[], float unit) { in interpColor()
96 void setSelectedIndicatorColors(int... colors) { in setSelectedIndicatorColors()103 void setDividerColors(int... colors) { in setDividerColors()200 void setIndicatorColors(int... colors) { in setIndicatorColors()204 void setDividerColors(int... colors) { in setDividerColors()
119 public void setSelectedIndicatorColors(int... colors) { in setSelectedIndicatorColors()127 public void setDividerColors(int... colors) { in setDividerColors()
81 String[] colors = getResources().getStringArray(R.array.color_array); in onCreate() local161 public ColorListAdapter(String[] colors) { in ColorListAdapter()
171 float colors[] = { in onSurfaceCreated() local
170 final float colors[] = { in Cube() local
59 int[] colors = new int[] { in make_custom_bg() local
152 ColorStateList colors = child.getTextColors(); in buttonClick() local
530 final int[] colors; field in PresentationActivity.DemoPresentationContents