Searched refs:getOrCreateStrand (Results 1 – 1 of 1) sorted by relevance
1055 val strand = getOrCreateStrand(strands, CONFLICT_COLOR) in addAllDayToStrands()1212 val strand = getOrCreateStrand(strands, segment.color) in addNewSegment()1220 private fun getOrCreateStrand(strands: HashMap<Int, DNAStrand>, color: Int): DNAStrand? { in getOrCreateStrand() method