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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAnimationTime.java41 public static long startTime() { method in class:AnimationTime
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java335 private void writeToSharedPrefs(Long startTime, Long lapTimeElapsed, Long elapsedTime, argument
340 if (startTime != null) {
341 editor.putLong(Stopwatches.PREF_START_TIME, startTime);
342 mStartTime = startTime;
372 private void writeSharedPrefsStarted(long startTime, boolean updateCircle) { argument
373 writeToSharedPrefs(startTime, null, null, Stopwatches.STOPWATCH_RUNNING, updateCircle);
/packages/providers/CalendarProvider/
H A Dmaketests.py105 startTime = w.getAttribute("startTime") variable
107 instances.append((startTime,endTime))
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaListView.java184 long startTime = item.begin;
193 holderStartTime = startTime;
196 startTime = Utils.convertAlldayLocalToUTC(mTime, startTime, mTimeZone);
199 mTime.set(startTime);
202 startTime, endTime, 0, 0, CalendarController.EventInfo.buildViewExtraLong(
326 public boolean isAgendaItemVisible(Time startTime, long id) { argument
328 if (id == -1 || startTime == null) {
338 long milliTime = startTime.toMillis(true);
H A DAgendaByDayAdapter.java312 long startTime = cursor.getLong(AgendaWindowAdapter.INDEX_BEGIN);
317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
325 startTime = Math.max(startTime, adapterStartTime);
383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone);
388 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime,
392 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime, endTime,
450 RowInfo(int type, int julianDay, int position, long id, long startTime, long endTime, argument
456 mEventStartTimeMilli = startTime;
485 MultipleDayInfo(int position, int endDay, long id, long startTime, long endTime, long instanceId, boolean allDay) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java125 private void dismissAlarm(long id, long eventId, long startTime) { argument
133 alarmIds.add(new AlarmId(eventId, startTime));
H A DGlobalDismissManager.java57 private GlobalDismissId(String accountName, String syncId, long startTime) { argument
66 mStartTime = startTime;
109 long startTime) {
119 mStartTime = startTime;
310 long startTime = dismissId.mStartTime;
313 data.putString(START_TIME, Long.toString(startTime));
316 cnb.send(accountName, syncId + ":" + startTime, data);
108 LocalDismissId(String accountType, String accountName, long eventId, long startTime) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java324 long startTime, float friction) {
328 mPrevTime = startTime;
361 DragObject d, PointF vel, final long startTime, final int duration,
366 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
390 final long startTime = AnimationUtils.currentAnimationTimeMillis();
407 startTime) / duration);
417 updateCb = createFlingAlongVectorAnimatorListener(dragLayer, d, vel, startTime,
323 FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from, long startTime, float friction) argument
360 createFlingAlongVectorAnimatorListener(final DragLayer dragLayer, DragObject d, PointF vel, final long startTime, final int duration, ViewConfiguration config) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java421 long startTime, float friction) {
425 mPrevTime = startTime;
458 DragObject d, PointF vel, final long startTime, final int duration,
463 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
487 final long startTime = AnimationUtils.currentAnimationTimeMillis();
504 startTime) / duration);
514 updateCb = createFlingAlongVectorAnimatorListener(dragLayer, d, vel, startTime,
420 FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from, long startTime, float friction) argument
457 createFlingAlongVectorAnimatorListener(final DragLayer dragLayer, DragObject d, PointF vel, final long startTime, final int duration, ViewConfiguration config) argument
H A DMemoryTracker.java43 public long startTime; field in class:MemoryTracker.ProcessMemInfo
53 this.startTime = start;
56 return System.currentTimeMillis() - startTime;
H A DPagedView.java2583 long startTime, float friction) {
2587 mPrevTime = startTime;
2697 final long startTime = AnimationUtils.currentAnimationTimeMillis();
2709 mStartTime = startTime;
2730 from, startTime, FLING_TO_DELETE_FRICTION);
2582 FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from, long startTime, float friction) argument
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheelContainer.java173 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) { argument
175 timeLapseInterval, startTime);
H A DIndicatorControlWheel.java414 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) { argument
416 mRecordingStartTime = startTime;
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java235 Event buildTestEvent(int startTime, int endTime, boolean allDay, int startDay, int endDay) { argument
237 e.startTime = startTime;
242 e.startMillis = e.startDay * 1000L * 3600L * 24L + e.startTime * 60L * 1000L;
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java130 public int startTime; // Start and end time are in minutes since midnight field in class:Event
167 e.startTime = startTime;
188 dest.startTime = startTime;
209 e.startTime = 0;
398 e.startTime = cEvents.getInt(PROJECTION_START_MINUTE_INDEX);
548 Log.e("Cal", "+ startTime = " + startTime);
572 && (startTime !
[all...]
H A DCalendarController.java163 public Time startTime; field in class:CalendarController.EventInfo
375 info.startTime = new Time(Utils.getTimeZone(mContext, mUpdateTimezone));
376 info.startTime.set(startMillis);
381 info.selectedTime = info.startTime;
421 info.startTime = start;
467 Log.d(TAG, "Start " + (event.startTime == null ? "null" : event.startTime.toString()));
474 if (event.startTime != null) {
475 startMillis = event.startTime.toMillis(false);
483 // selectedTime is not set so set mTime to startTime if
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java617 * @param startTime the start time
620 protected long constructDefaultEndTime(long startTime) { argument
621 return startTime + DateUtils.HOUR_IN_MILLIS;
987 Time startTime = new Time(model.mTimezone);
988 startTime.set(model.mStart);
990 days[0] = EventRecurrence.timeDay2Day(startTime.weekDay);
1002 Time startTime = new Time(model.mTimezone);
1003 startTime.set(model.mStart);
1004 bymonthday[0] = startTime.monthDay;
1013 Time startTime
1306 offsetStartTimeIfNecessary(Time startTime, Time endTime, String rrule, CalendarEventModel model) argument
[all...]
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java185 long startTime; field in class:AttachmentDownloadService.DownloadRequest
212 startTime = orig.startTime;
537 req.startTime = System.currentTimeMillis();
1064 pw.println(" Started: " + req.startTime + ", Callback: " +
1066 pw.println(" Elapsed: " + ((time - req.startTime) / 1000L) + "s");
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncParser.java282 * @param startTime the start time for the Event
286 /*package*/ void setTimeRelatedValues(ContentValues cv, long startTime, long endTime, argument
288 // If there's no startTime, the event will be found to be invalid, so return
289 if (startTime < 0) return;
292 if (endTime < 0) endTime = startTime + (30 * DateUtils.MINUTE_IN_MILLIS);
296 startTime = CalendarUtilities.getUtcAllDayCalendarTime(startTime, mLocalTimeZone);
322 cv.put(Events.DTSTART, startTime);
326 cv.put(Events.DURATION, "P" + ((endTime - startTime) / DateUtils.DAY_IN_MILLIS) + "D");
329 cv.put(Events.DURATION, "P" + ((endTime - startTime) / DateUtil
757 exceptionParser(CalendarOperations ops, ContentValues parentCv, ArrayList<ContentValues> attendeeValues, int reminderMins, int busyStatus, long startTime, long endTime) argument
908 exceptionsParser(CalendarOperations ops, ContentValues cv, ArrayList<ContentValues> attendeeValues, int reminderMins, int busyStatus, long startTime, long endTime) argument
[all...]
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java343 * @param startTime the start time for the test
345 * @param startInDaylightTime whether daylight time is in effect at the startTime
348 static GregorianCalendar findTransitionDate(TimeZone tz, long startTime, argument
354 while ((endTime - startTime) > MINUTES) {
355 long checkTime = ((startTime + endTime) / 2) + 1;
361 startTime = checkTime;
372 calendar.setTimeInMillis(startTime);
558 long startTime = cal.getTimeInMillis();
560 long endOfYearTime = startTime + (365*DAYS) + (DAYS>>2);
561 Date date = new Date(startTime);
1225 recurrenceFromRrule(String rrule, long startTime, TimeZone timeZone, Serializer s) argument
[all...]

Completed in 564 milliseconds