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

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java120 static int CONFLICT_COLOR = 0xFF000000; field in class:Utils
933 CONFLICT_COLOR = res.getColor(R.color.month_dna_conflict_time_color);
955 blackStrand.color = CONFLICT_COLOR;
956 strands.put(CONFLICT_COLOR, blackStrand);
1053 if (currSegment.color == CONFLICT_COLOR) {
1095 if (rhs.color == CONFLICT_COLOR && currSegment.day == rhs.day
1108 if (lhs.color == CONFLICT_COLOR && currSegment.day == lhs.day
1123 if (currSegment.color != CONFLICT_COLOR) {
1125 currSegment.color = CONFLICT_COLOR;
1126 strands.get(CONFLICT_COLOR)
[all...]
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java79 private static int CONFLICT_COLOR = Color.BLACK; field in class:MonthWeekEventsView
354 CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color);
973 if (strand.color == CONFLICT_COLOR || strand.points == null
981 Utils.DNAStrand strand = mDna.get(CONFLICT_COLOR);

Completed in 63 milliseconds