Searched refs:currSegment (Results 1 – 1 of 1) sorted by relevance
972 DNASegment currSegment; in createDNAStrands() local974 for (; i >= 0 && startMinute <= (currSegment = segments.get(i)).endMinute; i--) { in createDNAStrands()976 if (currSegment.color == CONFLICT_COLOR) { in createDNAStrands()981 if (endMinute < currSegment.endMinute - minMinutes) { in createDNAStrands()983 rhs.endMinute = currSegment.endMinute; in createDNAStrands()984 rhs.color = currSegment.color; in createDNAStrands()986 rhs.day = currSegment.day; in createDNAStrands()987 currSegment.endMinute = endMinute; in createDNAStrands()991 Log.d(TAG, "Added rhs, curr:" + currSegment.toString() + " i:" in createDNAStrands()997 if (startMinute > currSegment.startMinute + minMinutes) { in createDNAStrands()[all …]