Searched refs:CONFLICT_COLOR (Results 1 – 2 of 2) sorted by relevance
118 static int CONFLICT_COLOR = 0xFF000000; field in Utils856 CONFLICT_COLOR = res.getColor(R.color.month_dna_conflict_time_color); in createDNAStrands()878 blackStrand.color = CONFLICT_COLOR; in createDNAStrands()879 strands.put(CONFLICT_COLOR, blackStrand); in createDNAStrands()976 if (currSegment.color == CONFLICT_COLOR) { in createDNAStrands()1018 if (rhs.color == CONFLICT_COLOR && currSegment.day == rhs.day in createDNAStrands()1031 if (lhs.color == CONFLICT_COLOR && currSegment.day == lhs.day in createDNAStrands()1046 if (currSegment.color != CONFLICT_COLOR) { in createDNAStrands()1048 currSegment.color = CONFLICT_COLOR; in createDNAStrands()1049 strands.get(CONFLICT_COLOR).count++; in createDNAStrands()[all …]
79 private static int CONFLICT_COLOR = Color.BLACK; field in MonthWeekEventsView354 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()