Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java76 ColorChipView colorChip; field in AgendaAdapter.ViewHolder
127 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()