Searched defs:OFFSET_ARRAY_OFFSET (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java43 private static final int OFFSET_ARRAY_OFFSET = 20; field in class:TimeZoneData
286 int index = OFFSET_ARRAY_OFFSET + offsetHr;
295 int index = OFFSET_ARRAY_OFFSET + (int) (offsetMillis / DateUtils.HOUR_IN_MILLIS);
307 int index = OFFSET_ARRAY_OFFSET + offsetHr;

Completed in 49 milliseconds