Lines Matching full:minutes
155 * Or, in degrees, minutes, and seconds:
889 int startMinute; // in minutes since the start of the week
957 // the min length is the number of minutes that will occupy
959 // minutes/pixel * minpx where the number of pixels are 3/4 the total
964 // so round to 2.5x for the min minutes in the non-work area
2086 * @return ArrayList<ReminderEntry> of the reminder minutes and methods.
2107 // Only if the size of the reminder minutes we've read in is
2113 int minutes = reminderMinutes.get(reminder_i);
2115 reminders.add(ReminderEntry.valueOf(minutes, method));