Searched defs:setTime (Results 1 - 10 of 10) sorted by last modified time

/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettings.java196 setTime(hourOfDay, minute);
353 /* package */ static void setTime(int hourOfDay, int minute) { method in class:DateTimeSettings
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java143 public void setTime(int currentTime, int totalTime, method in class:TimeBar
H A DTrimTimeBar.java125 public void setTime(int currentTime, int totalTime, method in class:TrimTimeBar
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java141 public void setTime(long time, boolean showHundredths, boolean update) { method in class:CountingTimerView
H A DTimerListItem.java111 public void setTime(long time, boolean forceUpdate) { method in class:TimerListItem
115 mTimerText.setTime(time, false, forceUpdate);
H A DTimerView.java86 public void setTime(int hoursTensDigit, int hoursOnesDigit, int minutesTensDigit, method in class:TimerView
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java670 public void setTime(long millisTime) { method in class:CalendarController
H A DCalendarViewAdapter.java305 public void setTime(long time) { method in class:CalendarViewAdapter
H A DTimezoneAdapter.java341 public void setTime(long time) { method in class:TimezoneAdapter
344 mDateTime.setTime(mTime);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java272 setTime(mStartTimeButton, startMillis);
273 setTime(mEndTimeButton, endMillis);
354 setTime(mEndTimeButton, endMillis); // In case end time had to be
367 setTime(mStartTimeButton, startMillis);
368 setTime(mEndTimeButton, endMillis);
381 mTimezoneAdapter.setTime(eventStartTime);
1665 private void setTime(TextView view, long millis) { method in class:EditEventView
1722 setTime(mEndTimeButton, endMillis);
1736 setTime(mEndTimeButton, endMillis);

Completed in 122 milliseconds