HomeSort by relevance Sort by last modified time
    Searched defs:endHour (Results 1 - 10 of 10) 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/icu/icu4c/source/i18n/
dayperiodrules.cpp 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode);
396 // Can't obtain startHour or endHour; bail out.
399 double midPoint = (startHour + endHour) / 2.0;
401 if (startHour > endHour) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DayPeriodRules.java 276 int endHour = getEndHourForDayPeriod(dayPeriod);
278 double midPoint = (startHour + endHour) / 2.0;
280 if (startHour > endHour) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DayPeriodRules.java 272 int endHour = getEndHourForDayPeriod(dayPeriod);
274 double midPoint = (startHour + endHour) / 2.0;
276 if (startHour > endHour) {
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 189 int32_t endHour = (int32_t)(3.5 * 3600000);
192 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
199 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 588 int endHour = (int)(3.5 * 3600000);
591 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
597 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 585 int endHour = (int)(3.5 * 3600000);
588 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
594 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java     [all...]

Completed in 821 milliseconds