Searched refs:DAYS_IN_WEEK (Results 1 – 1 of 1) sorted by relevance
63 private static final int DAYS_IN_WEEK = 7; field in SimpleMonthView203 for (int i = 0; i < DAYS_IN_WEEK; i++) { in updateDayOfWeekLabels()543 final int maxRows = (maxDay / DAYS_IN_WEEK) - ((maxDay % DAYS_IN_WEEK == 0) ? 1 : 0); in findClosestRow()556 return DAYS_IN_WEEK / 2; in findClosestColumn()608 return (offset + day - 1) % DAYS_IN_WEEK == 0; in isFirstDayOfWeek()613 return (offset + day) % DAYS_IN_WEEK == 0; in isLastDayOfWeek()729 if (col == DAYS_IN_WEEK) { in drawDays()939 return offset + DAYS_IN_WEEK; in findDayOffset()975 final int index = col + row * DAYS_IN_WEEK; in getDayAtLocation()998 final int col = index % DAYS_IN_WEEK; in getBoundsForDay()[all …]