Searched defs:DatePicker (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePicker.java43 * This is a fork of the standard Android DatePicker that additionally allows toggling the year
53 public class DatePicker extends FrameLayout { class in inherits:FrameLayout
86 * @param year The year that was set or {@link DatePicker#NO_YEAR} if no year was set
91 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
94 public DatePicker(Context context) { method in class:DatePicker
98 public DatePicker(Context context, AttributeSet attrs) { method in class:DatePicker
102 public DatePicker(Context context, AttributeSet attrs, int defStyle) { method in class:DatePicker
253 * Constructor called from {@link DatePicker#onSaveInstanceState()}
435 mOnDateChangedListener.onDateChanged(DatePicker.this, year, mMonth, mDay);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
H A DDatePicker.java28 public class DatePicker extends Picker { class in inherits:Picker
56 * Creates a new instance of DatePicker
59 * of the fields Year, Month and Day to be displayed in the DatePicker.
61 public static DatePicker newInstance(String format) {
66 * Creates a new instance of DatePicker
69 * of the fields Year, Month and Day to be displayed in the DatePicker.
74 public static DatePicker newInstance(String format, int startYear, int yearRange,
76 DatePicker datePicker = new DatePicker();

Completed in 164 milliseconds