HomeSort by relevance Sort by last modified time
    Searched refs:DRAW_FULL (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 42 public static final int DRAW_FULL = 0;
46 private int mDrawStyle = DRAW_FULL;
74 if (style != DRAW_FULL && style != DRAW_BORDER && style != DRAW_FADED) {
103 case DRAW_FULL:
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 147 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FULL);
167 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FULL);

Completed in 290 milliseconds