Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java139 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()
/packages/apps/Calendar/src/com/android/calendar/
DColorChipView.java73 public void setDrawStyle(int style) { in setDrawStyle() method in ColorChipView