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;
CalendarView.java     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tztest.cpp 170 int32_t endHour = (int32_t)(3.5 * 3600000);
173 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
180 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 179 int32_t endHour = (int32_t)(3.5 * 3600000);
182 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
189 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]

Completed in 44 milliseconds