HomeSort by relevance Sort by last modified time
    Searched defs:datepicker (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 17 package com.android.contacts.datepicker;
19 // This is a fork of the standard Android DatePicker that additionally allows toggling the year
34 import com.android.contacts.datepicker.DatePicker.OnDateChangedListener;
42 * A simple dialog containing an {@link DatePicker}.
44 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
51 public static int NO_YEAR = DatePicker.NO_YEAR;
58 private final DatePicker mDatePicker;
79 void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth);
174 mDatePicker = (DatePicker) view.findViewById(R.id.datePicker)
    [all...]
DatePicker.java 17 package com.android.contacts.datepicker;
19 // This is a fork of the standard Android DatePicker that additionally allows toggling the year
50 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
56 public class DatePicker extends FrameLayout {
88 * @param year The year that was set or {@link DatePicker#NO_YEAR} if no year was set
93 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
96 public DatePicker(Context context) {
100 public DatePicker(Context context, AttributeSet attrs) {
104 public DatePicker(Context context, AttributeSet attrs, int defStyle) {
185 com.android.internal.R.styleable.DatePicker);
    [all...]

Completed in 80 milliseconds