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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DDuration.java34 public int hours; field in class:Duration
52 hours = 0;
101 hours = n;
133 cal.add(Calendar.HOUR, sign*hours);
146 + (60*60*hours)
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DDurationTest.java27 int sign, int weeks, int days, int hours,
36 assertEquals("Duration hours is not equal for " + str, hours, duration.hours);
26 verifyDuration(String str, int sign, int weeks, int days, int hours, int minutes, int seconds) argument
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java189 // Initialize the hours and minutes numbers.
191 int[] hours = {12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11};
199 String.format("%02d", hours_24[i]) : String.format("%d", hours[i]);
200 innerHoursTexts[i] = String.format("%d", hours[i]);
231 public void setTime(int hours, int minutes) { argument
232 setItem(HOUR_INDEX, hours);
258 // We'll have the 00 hours on the outside circle.
271 * If the hours are showing, return the current hour. If the minutes are showing, return the
327 * circle (5 on the minutes, 1 or 13 on the hours).
422 * For the currently showing view (either hours o
[all...]

Completed in 75 milliseconds