Searched defs:setTime (Results 1 - 5 of 5) sorted by path

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java607 public void setTime(long millisTime) { method in class:CalendarController
H A DCalendarViewAdapter.java261 public void setTime(long time) { method in class:CalendarViewAdapter
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java250 setTime(mStartTimeButton, startMillis);
251 setTime(mEndTimeButton, endMillis);
328 setTime(mEndTimeButton, endMillis); // In case end time had to be
341 setTime(mStartTimeButton, startMillis);
342 setTime(mEndTimeButton, endMillis);
1523 private void setTime(TextView view, long millis) { method in class:EditEventView
1577 setTime(mEndTimeButton, endMillis);
1588 setTime(mEndTimeButton, endMillis);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java140 public void setTime(int currentTime, int totalTime) { method in class:TimeBar
155 setTime(0, 0);
/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettings.java193 setTime(hourOfDay, minute);
352 /* package */ static void setTime(int hourOfDay, int minute) { method in class:DateTimeSettings

Completed in 226 milliseconds