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

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekAdapter.java122 public void setSelectedDay(Time selectedTime) { argument
123 mSelectedDay.set(selectedTime);
H A DSimpleWeeksAdapter.java163 * @param selectedTime The time to highlight
165 public void setSelectedDay(Time selectedTime) { argument
166 mSelectedDay.set(selectedTime);
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java158 public Time selectedTime; // the selected time in focus field in class:CalendarController.EventInfo
378 info.selectedTime = new Time(Utils.getTimeZone(mContext, mUpdateTimezone));
379 info.selectedTime.set(selectedMillis);
381 info.selectedTime = info.startTime;
422 info.selectedTime = selected;
469 Log.d(TAG, "Select " + (event.selectedTime == null ? "null" : event.selectedTime.toString()));
478 // Set mTime if selectedTime is set
479 if (event.selectedTime != null && event.selectedTime
[all...]
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java664 private void sendViewEvent(AgendaItem item, long selectedTime) { argument
682 item.allDay), selectedTime);
1081 long selectedTime = findStartTimeFromPosition(newPosition);
1085 sendViewEvent(item, selectedTime);

Completed in 3647 milliseconds