Lines Matching refs:day

56      * The number of milliseconds in a day.e
61 * The number of day in a week.
155 * The number of day per week to be shown.
185 * The header with week day names.
190 * Cached abbreviations for day of week names.
195 * Cached full-length day of week names.
200 * The first day of the week.
230 * Listener for changes in the selected day.
245 * The first day of the focused month.
794 // Check if the selected day is now outside of our visible range
859 // visible when scrolling up, and when the first day in a month reaches
907 * @param calendar A day in the new focus month.
988 * the week on a given day, show a reduced number of days, or display an
1024 * Updates the selected day and related parameters.
1040 * @return The selected day of month.
1100 // if we cannot find a day for the given location we are done
1104 // it is possible that the touched day is outside the valid range
1116 * Maintains the same hour/min/sec but moves the day to the tapped day.
1118 * @param day The day that was tapped
1120 private void onDateTapped(Calendar day) {
1121 setSelectedDay(day);
1122 setMonthDisplayed(day);
1127 * selected day correctly
1140 * display the week number, start the week on a given day, or show a reduced
1159 // Whether this view has a focused day.
1165 // The first day displayed by this item
1168 // The month of the first day in this week
1171 // The month of the last day in this week
1184 // If this view contains the selected day
1187 // Which day is selected [0-6] or -1 if no day is selected
1193 // The left edge of the selected day
1196 // The right edge of the selected day
1212 * @param selectedWeekDay The selected day of the week from 0 to 6, -1 if no
1213 * selected day.
1227 // Allocate space for caching the day numbers and focus values
1239 // Now adjust our starting day based on the start day of the week
1287 * Returns the month of the first day in this week.
1289 * @return The month the first day of this view is in.
1296 * Returns the month of the last day in this week
1298 * @return The month the last day of this view is in
1305 * Returns the first day in this view.
1307 * @return The first day in the view.
1314 * Calculates the day that the given x position is in, accounting for
1318 * @return True if a day was found for the given location.
1339 // Selection is (x - start) / (pixels/day) which is (x - start) * day / pixels
1361 * This draws the selection highlight if a day is selected in this week.
1396 * Draws the week and month day numbers for this week.
1468 * Draws the selected date bars if this week has a selected day.
1497 * This calculates the positions for the selected day lines.