Home
last modified time | relevance | path

Searched refs:currSegment (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1019 DNASegment currSegment; in createDNAStrands() local
1021 for (; i >= 0 && startMinute <= (currSegment = segments.get(i)).endMinute; i--) { in createDNAStrands()
1023 if (currSegment.color == CONFLICT_COLOR) { in createDNAStrands()
1028 if (endMinute < currSegment.endMinute - minMinutes) { in createDNAStrands()
1030 rhs.endMinute = currSegment.endMinute; in createDNAStrands()
1031 rhs.color = currSegment.color; in createDNAStrands()
1033 rhs.day = currSegment.day; in createDNAStrands()
1034 currSegment.endMinute = endMinute; in createDNAStrands()
1038 Log.d(TAG, "Added rhs, curr:" + currSegment.toString() + " i:" in createDNAStrands()
1044 if (startMinute > currSegment.startMinute + minMinutes) { in createDNAStrands()
[all …]