Searched refs:setDate (Results 1 - 16 of 16) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCalendarViewBindingAdapter.java30 public static void setDate(CalendarView view, long date) { method in class:CalendarViewBindingAdapter
32 view.setDate(date);
/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java93 public void setDate(long date) { method in class:CalendarViewMaterialDelegate
94 mDayPickerView.setDate(date, true);
98 public void setDate(long date, boolean animate, boolean center) { method in class:CalendarViewMaterialDelegate
99 mDayPickerView.setDate(date, animate);
H A DCalendarView.java522 * @see #setDate(long, boolean, boolean)
526 public void setDate(long date) { method in class:CalendarView
527 mDelegate.setDate(date);
544 public void setDate(long date, boolean animate, boolean center) { method in class:CalendarView
545 mDelegate.setDate(date, animate, center);
605 void setDate(long date); method in interface:CalendarView.CalendarViewDelegate
606 void setDate(long date, boolean animate, boolean center); method in interface:CalendarView.CalendarViewDelegate
H A DDayPickerView.java168 setDate(setDateMillis, false);
267 * {@link #setDate(long, boolean)}.
271 public void setDate(long timeInMillis) { method in class:DayPickerView
272 setDate(timeInMillis, false);
282 public void setDate(long timeInMillis, boolean animate) { method in class:DayPickerView
283 setDate(timeInMillis, animate, true);
294 private void setDate(long timeInMillis, boolean animate, boolean setSelected) { method in class:DayPickerView
346 setDate(mSelectedDay.getTimeInMillis(), false, false);
H A DDatePickerSpinnerDelegate.java151 setDate(mTempDate.get(Calendar.YEAR), mTempDate.get(Calendar.MONTH),
165 setDate(year, month, monthDay);
244 setDate(year, monthOfYear, dayOfMonth);
256 setDate(year, month, dayOfMonth);
389 setDate(ss.getSelectedYear(), ss.getSelectedMonth(), ss.getSelectedDay());
515 private void setDate(int year, int month, int dayOfMonth) { method in class:DatePickerSpinnerDelegate
577 mCalendarView.setDate(mCurrentDate.getTimeInMillis(), false, false);
H A DCalendarViewLegacyDelegate.java508 setDate(mTempDate.getTimeInMillis());
513 // note that calling setDate will not work since the date is the same
534 setDate(mMaxDate.getTimeInMillis());
539 // note that calling setDate will not work since the date is the same
581 public void setDate(long date) { method in class:CalendarViewLegacyDelegate
582 setDate(date, false, false);
586 public void setDate(long date, boolean animate, boolean center) { method in class:CalendarViewLegacyDelegate
H A DDatePickerCalendarDelegate.java168 mDayPickerView.setDate(mCurrentDate.getTimeInMillis());
339 mDayPickerView.setDate(mCurrentDate.getTimeInMillis());
406 mDayPickerView.setDate(mCurrentDate.getTimeInMillis());
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DCustomCalendar.java29 setDate(871703200000L, false, true);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DDeliveryInd.java62 public void setDate(long value) { method in class:DeliveryInd
H A DMultimediaMessagePdu.java147 public void setDate(long value) { method in class:MultimediaMessagePdu
H A DReadOrigInd.java59 public void setDate(long value) { method in class:ReadOrigInd
H A DReadRecInd.java71 public void setDate(long value) { method in class:ReadRecInd
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedDatePickerAction.java158 public void setDate(long date) { method in class:GuidedDatePickerAction
187 setDate(bundle.getLong(key, getDate()));
H A DGuidedActionsStylist.java878 dateAction.setDate(dateView.getDate());
/frameworks/support/v17/tests/src/android/support/v17/leanback/app/wizard/
H A DGuidedDatePickerTest.java492 dateAction.setDate(mPickerView.getDate());
495 dateAction.setDate(mPickerView.getDate());
498 dateAction.setDate(mPickerView.getDate());
505 dateAction.setDate(mPickerView.getDate());
508 dateAction.setDate(mPickerView.getDate());
511 dateAction.setDate(mPickerView.getDate());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DDatePicker.java216 setDate(mTempDate.get(Calendar.YEAR), mTempDate.get(Calendar.MONTH),
301 private void setDate(int year, int month, int dayOfMonth) { method in class:DatePicker
322 setDate(year, month, dayOfMonth);

Completed in 364 milliseconds