Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DColorChipView.java43 public static final int DRAW_BORDER = 1; field in ColorChipView
74 if (style != DRAW_FULL && style != DRAW_BORDER && style != DRAW_FADED) { in setDrawStyle()
107 case DRAW_BORDER: in onDraw()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java145 holder.colorChip.setDrawStyle(ColorChipView.DRAW_BORDER); in bindView()