Searched refs:colorChip (Results 1 – 1 of 1) sorted by relevance
76 ColorChipView colorChip; field in AgendaAdapter.ViewHolder127 holder.colorChip = (ColorChipView)view.findViewById(R.id.agenda_item_color); in bindView()139 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FADED); in bindView()145 holder.colorChip.setDrawStyle(ColorChipView.DRAW_BORDER); in bindView()147 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FULL); in bindView()152 ViewGroup.LayoutParams params = holder.colorChip.getLayoutParams(); in bindView()159 holder.colorChip.setLayoutParams(params); in bindView()167 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FULL); in bindView()182 holder.colorChip.setColor(color); in bindView()