Lines Matching refs:hour

64      * hour / minute fields to the radial picker.
150 // Set up hour/minute labels.
302 * Updates hour formatting based on the current locale and 24-hour mode.
304 * Determines how the hour should be formatted, sets member variables for
305 * leading zero and starting hour, and sets the hour view's presentation.
328 // Update hour text field.
510 public void setDate(int hour, int minute) {
511 setHourInternal(hour, FROM_EXTERNAL_API, true, false);
518 * Set the current hour.
521 public void setHour(int hour) {
522 setHourInternal(hour, FROM_EXTERNAL_API, true, true);
525 private void setHourInternal(int hour, @ChangeSource int source, boolean announce,
527 if (mCurrentHour == hour) {
532 mCurrentHour = hour;
533 updateHeaderHour(hour, announce);
537 mRadialTimePickerView.setCurrentHour(hour);
538 mRadialTimePickerView.setAmOrPm(hour < 12 ? AM : PM);
551 * @return the current hour in the range (0-23)
606 * Sets whether time is displayed in 24-hour mode or 12-hour mode with
609 * @param is24Hour {@code true} to display time in 24-hour mode or
610 * {@code false} for 12-hour mode with AM/PM
623 * @return {@code true} if time is displayed in 24-hour mode, or
624 * {@code false} if time is displayed in 12-hour mode with AM/PM
756 * Converts hour-of-day (0-23) time into a localized hour number.
762 * @param hourOfDay the hour-of-day (0-23)
763 * @return a localized hour number
767 // Convert to hour-of-am-pm.
772 // Convert to clock-hour (either of-day or of-am-pm).
802 * separator as the character which is just after the hour marker in the returned pattern.
808 // See http://www.unicode.org/reports/tr35/tr35-dates.html for hour formats