Searched refs:currSegment (Results 1 – 1 of 1) sorted by relevance
1049 DNASegment currSegment; in createDNAStrands() local1051 for (; i >= 0 && startMinute <= (currSegment = segments.get(i)).endMinute; i--) { in createDNAStrands()1053 if (currSegment.color == CONFLICT_COLOR) { in createDNAStrands()1058 if (endMinute < currSegment.endMinute - minMinutes) { in createDNAStrands()1060 rhs.endMinute = currSegment.endMinute; in createDNAStrands()1061 rhs.color = currSegment.color; in createDNAStrands()1063 rhs.day = currSegment.day; in createDNAStrands()1064 currSegment.endMinute = endMinute; in createDNAStrands()1068 Log.d(TAG, "Added rhs, curr:" + currSegment.toString() + " i:" in createDNAStrands()1074 if (startMinute > currSegment.startMinute + minMinutes) { in createDNAStrands()[all …]