Searched defs:strand (Results 1 – 2 of 2) sorted by relevance
1055 val strand = getOrCreateStrand(strands, CONFLICT_COLOR) in addAllDayToStrands() constant1087 val strand = strandIterator.next() in weaveDNAStrands() constant1098 val strand: DNAStrand? = strands.get(segment.color) in weaveDNAStrands() constant1212 val strand = getOrCreateStrand(strands, segment.color) in addNewSegment() constant1221 var strand: DNAStrand? = strands.get(color) in getOrCreateStrand() variable
873 for (strand in mDna!!.values) { in drawDNA() method882 val strand: Utils.DNAStrand? = mDna?.get(CONFLICT_COLOR) in drawDNA() constant