Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java80 private static int EVENT_TEXT_COLOR = Color.WHITE; field in MonthWeekEventsView
355 EVENT_TEXT_COLOR = resources.getColor(R.color.calendar_event_text_color); in initView()
417 mSolidBackgroundEventPaint.setColor(EVENT_TEXT_COLOR); in initView()