Home
last modified time | relevance | path

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

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