Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DUtils.java116 static int WORK_DAY_END_MINUTES = 20 * 60; field in Utils
117 static int WORK_DAY_END_LENGTH = (24 * 60) - WORK_DAY_END_MINUTES;
858 WORK_DAY_END_MINUTES = res.getInteger(R.integer.work_end_minutes); in createDNAStrands()
859 WORK_DAY_END_LENGTH = DAY_IN_MINUTES - WORK_DAY_END_MINUTES; in createDNAStrands()
860 WORK_DAY_MINUTES = WORK_DAY_END_MINUTES - WORK_DAY_START_MINUTES; in createDNAStrands()
936 } else if (event.endTime > WORK_DAY_END_MINUTES) { in createDNAStrands()
1138 } else if (minute < WORK_DAY_END_MINUTES) { in getPixelOffsetFromMinutes()
1142 y = remainderHeight + workDayHeight + (minute - WORK_DAY_END_MINUTES) * remainderHeight in getPixelOffsetFromMinutes()