Home | History | Annotate | Download | only in month

Lines Matching refs:getColor

319         mMonthWeekNumColor = res.getColor(R.color.month_week_num_color);
320 mMonthNumColor = res.getColor(R.color.month_day_number);
321 mMonthNumOtherColor = res.getColor(R.color.month_day_number_other);
322 mMonthNumTodayColor = res.getColor(R.color.month_today_number);
325 mMonthEventColor = res.getColor(R.color.month_event_color);
326 mMonthDeclinedEventColor = res.getColor(R.color.agenda_item_declined_color);
327 mMonthDeclinedExtrasColor = res.getColor(R.color.agenda_item_where_declined_text_color);
328 mMonthEventExtraColor = res.getColor(R.color.month_event_extra_color);
329 mMonthEventOtherColor = res.getColor(R.color.month_event_other_color);
330 mMonthEventExtraOtherColor = res.getColor(R.color.month_event_extra_other_color);
331 mMonthBGTodayColor = res.getColor(R.color.month_today_bgcolor);
332 mMonthBGOtherColor = res.getColor(R.color.month_other_bgcolor);
333 mMonthBGColor = res.getColor(R.color.month_bgcolor);
334 mDaySeparatorInnerColor = res.getColor(R.color.month_grid_lines);
335 mTodayAnimateColor = res.getColor(R.color.today_highlight_color);
336 mClickedDayColor = res.getColor(R.color.day_clicked_background_color);
354 CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color);
355 EVENT_TEXT_COLOR = resources.getColor(R.color.calendar_event_text_color);