Searched defs:DatePicker (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
H A D | DatePicker.java | 43 * 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 D | DatePicker.java | 28 public class DatePicker extends Picker { class in inherits:Picker 56 public static DatePicker newInstance() { 61 * Creates a new instance of DatePicker 64 * of the fields Year, Month and Day to be displayed in the DatePicker. 66 public static DatePicker newInstance(String format) { 71 * Creates a new instance of DatePicker 74 * of the fields Year, Month and Day to be displayed in the DatePicker. 77 public static DatePicker newInstance(String format, int startYear) { 82 * Creates a new instance of DatePicker 85 * of the fields Year, Month and Day to be displayed in the DatePicker [all...] |
Completed in 70 milliseconds