Home | History | Annotate | Download | only in widget

Lines Matching refs:MINUTE

140         // Set up hour/minute labels.
160 // and minute views are correctly sized.
213 final int currentMinute = calendar.get(Calendar.MINUTE);
250 private void initialize(int hourOfDay, int minute, boolean is24HourView, int index) {
252 mInitialMinute = minute;
342 * Set the current minute (0-59).
357 * @return The current minute.
463 mTempCalendar.set(Calendar.MINUTE, getCurrentMinute());
536 private SavedState(Parcelable superState, int hour, int minute, boolean is24HourMode,
541 mMinute = minute;
949 int minute = mRadialTimePickerView.getCurrentMinute();
951 updateHeaderMinute(minute, false);
1025 int minute = -1;
1030 minute = val;
1032 minute += 10 * val;
1046 return new int[] { hour, minute, amOrPm };
1118 // We may now be followed by the first minute digit. E.g. 00:09, 15:58.
1129 // We must now be followed by the first minute digit. E.g. 06:50, 18:20.
1139 // We must now be followed by the first minute digit. E.g. 20:50, 23:09.
1145 // We must now be followd by the last minute digit. E.g. 2:40, 2:53.
1151 // We must now be followed by the first minute digit. E.g. 3:57, 8:12.