Home
last modified time | relevance | path

Searched defs:strand (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DUtils.kt1055 val strand = getOrCreateStrand(strands, CONFLICT_COLOR) in addAllDayToStrands() constant
1087 val strand = strandIterator.next() in weaveDNAStrands() constant
1098 val strand: DNAStrand? = strands.get(segment.color) in weaveDNAStrands() constant
1212 val strand = getOrCreateStrand(strands, segment.color) in addNewSegment() constant
1221 var strand: DNAStrand? = strands.get(color) in getOrCreateStrand() variable
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.kt873 for (strand in mDna!!.values) { in drawDNA() method
882 val strand: Utils.DNAStrand? = mDna?.get(CONFLICT_COLOR) in drawDNA() constant