Home | History | Annotate | Download | only in widget

Lines Matching full:hour

34  * A view for selecting the time of day, in either 24 hour or AM/PM mode.
36 * The hour, each minute digit, and AM/PM (if applicable) can be conrolled by
39 * The hour can be entered by keyboard input. Entering in two digit hours
87 * @param hourOfDay The current hour.
110 // hour
111 mHourPicker = (NumberPicker) findViewById(R.id.hour);
145 // now that the hour/minute picker objects have been initialized, set
146 // the hour range properly based on the 12/24 hour display mode.
153 // by default we're not in 24 hour mode
208 private SavedState(Parcelable superState, int hour, int minute) {
210 mHour = hour;
270 * @return The current hour (0-23).
277 * Set the current hour.
285 * Set whether in 24 hour or AM/PM mode.
286 * @param is24HourView True = 24 hour mode. False = AM/PM.
297 * @return true if this is in 24 hour view else false.
324 * Set the state of the spinners appropriate to the current hour.