Searched defs:hours (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
H A DTimePicker.java46 public int hours = 0; field in class:TimePicker.ColumnOrder
58 // Hours and minutes are always shown with hours on the left
59 hours = 1;
65 hours++;
103 // PM case, valid hours: 12-23
109 // AM case, valid hours: 0-11
145 updateSelection(mColumnOrder.hours, mIs24hFormat ? hour : (hour - 1));
162 PickerColumn hours = new PickerColumn(mIs24hFormat ? mConstant.hours24 : mConstant.hours12);
164 ret.set(mColumnOrder.hours, hours);
[all...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallContactInteractions.java123 * Construct a BusinessContextInfo object containing hours of operation information.
130 * business is open or not and the details set to the hours of operation.
137 Log.e(TAG, "Error constructing hours info: ", e);
160 // This variable counts the number of time intervals in today's opening hours.
163 for (Pair<Calendar, Calendar> hours : openingHours) {
164 if (hours.first.compareTo(currentTime) <= 0
165 && currentTime.compareTo(hours.second) < 0) {
171 if (currentTime.get(Calendar.DAY_OF_YEAR) == hours.first.get(Calendar.DAY_OF_YEAR)) {
175 if (currentTime.compareTo(hours.second) > 0) {
185 * The following logic determines what to display in various cases for hours o
249 getTimeSpanStringForHours(Pair<Calendar, Calendar> hours) argument
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java93 * Class to measure and draw the digit pairs of hours, minutes, seconds or hundredths. Digits
94 * may have an optional label. for hours, minutes and seconds, this label trails the digits
312 * Update the time to display. Separates that time into the hours, minutes, seconds and
329 long hundreds, seconds, minutes, hours;
334 hours = minutes / 60;
335 minutes = minutes - hours * 60;
336 if (hours > 999) {
337 hours = 0;
339 // The time can be between 0 and -1 seconds, but the "truncated" equivalent time of hours
343 if (hours
489 getTimeStringForAccessibility(int hours, int minutes, int seconds, boolean showNeg, Resources r) argument
[all...]
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 317 milliseconds