Searched refs:workDayHeight (Results 1 – 1 of 1) sorted by relevance
1103 val workDayHeight = height * 3 / 4 in weaveDNAStrands() constant1104 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()