Searched refs:workDayHeight (Results 1 – 1 of 1) sorted by relevance
1186 int workDayHeight = height * 3 / 4; in weaveDNAStrands() local1187 int remainderHeight = (height - workDayHeight) / 2; in weaveDNAStrands()1193 y0 = top + getPixelOffsetFromMinutes(dayStartMinute, workDayHeight, remainderHeight); in weaveDNAStrands()1194 y1 = top + getPixelOffsetFromMinutes(dayEndMinute, workDayHeight, remainderHeight); in weaveDNAStrands()1210 private static int getPixelOffsetFromMinutes(int minute, int workDayHeight, in getPixelOffsetFromMinutes() argument1216 y = remainderHeight + (minute - WORK_DAY_START_MINUTES) * workDayHeight in getPixelOffsetFromMinutes()1219 y = remainderHeight + workDayHeight + (minute - WORK_DAY_END_MINUTES) * remainderHeight in getPixelOffsetFromMinutes()