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.kt99 var CONFLICT_COLOR = -0x1000000 variable
820 CONFLICT_COLOR = res?.getColor(R.color.month_dna_conflict_time_color) as Int in createDNAStrands()
842 blackStrand.color = CONFLICT_COLOR in createDNAStrands()
843 strands.put(CONFLICT_COLOR, blackStrand) in createDNAStrands()
947 if (currSegment.color == CONFLICT_COLOR) { in createDNAStrands()
996 if (rhs.color == CONFLICT_COLOR && currSegment.day == rhs.day && in createDNAStrands()
1010 if (lhs.color == CONFLICT_COLOR && currSegment.day == lhs.day && in createDNAStrands()
1026 if (currSegment.color != CONFLICT_COLOR) { in createDNAStrands()
1029 currSegment.color = CONFLICT_COLOR in createDNAStrands()
1030 strands.get(CONFLICT_COLOR)?.count = in createDNAStrands()
[all …]
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.kt281 CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color) in initView()
874 if (strand.color === CONFLICT_COLOR || strand.points == null || in drawDNA()
882 val strand: Utils.DNAStrand? = mDna?.get(CONFLICT_COLOR) in drawDNA()
1031 private var CONFLICT_COLOR: Int = Color.BLACK variable