OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endHour
(Results
1 - 5
of
5
) 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/chromium_org/third_party/icu/source/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
...]
/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 502 milliseconds