Searched refs:mDNAAllDayPaint (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java133 protected Paint mDNAAllDayPaint; field in class:MonthWeekEventsView
288 mDNAAllDayPaint.setStrokeWidth(DNA_ALL_DAY_WIDTH);
460 mDNAAllDayPaint = new Paint();
466 mDNAAllDayPaint.setColor(mMonthBusyBitsConflictTimeColor);
467 mDNAAllDayPaint.setStyle(Style.FILL_AND_STROKE);
468 mDNAAllDayPaint.setStrokeWidth(DNA_ALL_DAY_WIDTH);
469 mDNAAllDayPaint.setAntiAlias(false);
996 mDNAAllDayPaint.setColor(strand.allDays[i]);
998 DNA_MARGIN + DNA_ALL_DAY_HEIGHT, mDNAAllDayPaint);

Completed in 12 milliseconds