OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endHour
(Results
1 - 3
of
3
) 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;
DayView.java
[
all
...]
/external/icu4c/test/intltest/
tztest.cpp
177
int32_t
endHour
= (int32_t)(3.5 * 3600000);
180
zone->setEndRule (UCAL_JULY, 1, 0,
endHour
, status);
187
UDate julyOne = julyOneStd +
endHour
- 3600000; // Adjust from wall to Std time
[
all
...]
Completed in 146 milliseconds