Searched refs:DAYS_IN_WEEK (Results 1 – 1 of 1) sorted by relevance
62 private static final int DAYS_IN_WEEK = 7; field in SimpleMonthView198 for (int i = 0; i < DAYS_IN_WEEK; i++) { in updateDayOfWeekLabels()538 final int maxRows = (maxDay / DAYS_IN_WEEK) - ((maxDay % DAYS_IN_WEEK == 0) ? 1 : 0); in findClosestRow()551 return DAYS_IN_WEEK / 2; in findClosestColumn()603 return (offset + day - 1) % DAYS_IN_WEEK == 0; in isFirstDayOfWeek()608 return (offset + day) % DAYS_IN_WEEK == 0; in isLastDayOfWeek()724 if (col == DAYS_IN_WEEK) { in drawDays()934 return offset + DAYS_IN_WEEK; in findDayOffset()970 final int index = col + row * DAYS_IN_WEEK; in getDayAtLocation()993 final int col = index % DAYS_IN_WEEK; in getBoundsForDay()[all …]