HomeSort by relevance Sort by last modified time
    Searched refs:endHour (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 79 int endHour = endTime / 60;
84 if (endHour * 60 == endTime)
85 endHour -= 1;
93 event.bottom += endHour * mHourGap - 1;
OtherPreferences.java 127 int endHour = prefs.getInt(KEY_OTHER_QUIET_HOURS_END_HOUR,
135 endHour, endMinute, mIs24HourMode);
136 mQuietHoursEnd.setSummary(formatTime(endHour, endMinute));
DayView.java     [all...]
  /external/icu4c/test/intltest/
tztest.cpp 186 int32_t endHour = (int32_t)(3.5 * 3600000);
189 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
196 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]

Completed in 87 milliseconds