Searched refs:tempTime (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaByDayAdapter.java | 303 Time tempTime = new Time(mTimeZone); in calculateDays() local 305 tempTime.set(now); in calculateDays() 306 mTodayJulianDay = Time.getJulianDay(now, tempTime.gmtoff); in calculateDays() 317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone); in calculateDays() 318 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone); in calculateDays() 324 long adapterStartTime = tempTime.setJulianDay(startDay); in calculateDays() 354 long nextMidnight = Utils.getNextMidnight(tempTime, in calculateDays() 383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone); in calculateDays() 419 long nextMidnight = Utils.getNextMidnight(tempTime, info.mEventStartTimeMilli, in calculateDays()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.cpp | 493 int tempTime = 0; in calculateBeelineSpeedRate() local 498 tempTime += times[start] - times[start - 1]; in calculateBeelineSpeedRate() 507 tempTime= 0; in calculateBeelineSpeedRate() 512 tempTime += times[end + 1] - times[end]; in calculateBeelineSpeedRate()
|