Searched refs:workDayHeight (Results 1 – 1 of 1) sorted by relevance
1109 int workDayHeight = height * 3 / 4; in weaveDNAStrands() local1110 int remainderHeight = (height - workDayHeight) / 2; in weaveDNAStrands()1116 y0 = top + getPixelOffsetFromMinutes(dayStartMinute, workDayHeight, remainderHeight); in weaveDNAStrands()1117 y1 = top + getPixelOffsetFromMinutes(dayEndMinute, workDayHeight, remainderHeight); in weaveDNAStrands()1133 private static int getPixelOffsetFromMinutes(int minute, int workDayHeight, in getPixelOffsetFromMinutes() argument1139 y = remainderHeight + (minute - WORK_DAY_START_MINUTES) * workDayHeight in getPixelOffsetFromMinutes()1142 y = remainderHeight + workDayHeight + (minute - WORK_DAY_END_MINUTES) * remainderHeight in getPixelOffsetFromMinutes()