Lines Matching refs:day

89      * The number of milliseconds in a day.e
94 * The number of day in a week.
203 * The number of day per week to be shown.
233 * The header with week day names.
243 * The first day of the week.
273 * Listener for changes in the selected day.
288 * The first day of the focused month.
318 * Called upon change of the selected day.
323 * @param dayOfMonth The day of the month that was set.
635 * Sets the text appearance for the week day abbreviation of the calendar header.
649 * Gets the text appearance for the week day abbreviation of the calendar header.
838 * Gets the first day of week.
840 * @return The first day of the week conforming to the {@link CalendarView}
857 * Sets the first day of week.
859 * @param firstDayOfWeek The first day of the week conforming to the
1122 // Check if the selected day is now outside of our visible range
1202 // visible when scrolling up, and when the first day in a month reaches
1248 * @param calendar A day in the new focus month.
1331 * the week on a given day, show a reduced number of days, or display an
1366 * Updates the selected day and related parameters.
1382 * @return The selected day of month.
1442 // if we cannot find a day for the given location we are done
1446 // it is possible that the touched day is outside the valid range
1458 * Maintains the same hour/min/sec but moves the day to the tapped day.
1460 * @param day The day that was tapped
1462 private void onDateTapped(Calendar day) {
1463 setSelectedDay(day);
1464 setMonthDisplayed(day);
1469 * selected day correctly
1482 * display the week number, start the week on a given day, or show a reduced
1501 // Whether this view has a focused day.
1507 // The first day displayed by this item
1510 // The month of the first day in this week
1513 // The month of the last day in this week
1526 // If this view contains the selected day
1529 // Which day is selected [0-6] or -1 if no day is selected
1535 // The left edge of the selected day
1538 // The right edge of the selected day
1554 * @param selectedWeekDay The selected day of the week from 0 to 6, -1 if no
1555 * selected day.
1569 // Allocate space for caching the day numbers and focus values
1580 // Now adjust our starting day based on the start day of the week
1626 * Returns the month of the first day in this week.
1628 * @return The month the first day of this view is in.
1635 * Returns the month of the last day in this week
1637 * @return The month the last day of this view is in
1644 * Returns the first day in this view.
1646 * @return The first day in the view.
1653 * Calculates the day that the given x position is in, accounting for
1657 * @return True if a day was found for the given location.
1665 // Selection is (x - start) / (pixels/day) == (x -s) * day / pixels
1682 * This draws the selection highlight if a day is selected in this week.
1704 * Draws the week and month day numbers for this week.
1752 * Draws the selected date bars if this week has a selected day.
1777 * This calculates the positions for the selected day lines.