Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DUtils.kt1103 val workDayHeight = height * 3 / 4 in weaveDNAStrands() constant
1104 val remainderHeight = (height - workDayHeight) / 2 in weaveDNAStrands()
1108 y0 = top + getPixelOffsetFromMinutes(dayStartMinute, workDayHeight, remainderHeight) in weaveDNAStrands()
1109 y1 = top + getPixelOffsetFromMinutes(dayEndMinute, workDayHeight, remainderHeight) in weaveDNAStrands()
1138 workDayHeight: Int, in getPixelOffsetFromMinutes()
1146 workDayHeight / WORK_DAY_MINUTES in getPixelOffsetFromMinutes()
1148 y = remainderHeight + workDayHeight + in getPixelOffsetFromMinutes()