Searched refs:ColorChipView (Results 1 – 2 of 2) sorted by relevance
33 import com.android.calendar.ColorChipView;76 ColorChipView colorChip;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()167 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FULL); in bindView()
34 public class ColorChipView extends View { class56 public ColorChipView(Context context) { in ColorChipView() method in ColorChipView61 public ColorChipView(Context context, AttributeSet attrs) { in ColorChipView() method in ColorChipView