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;
40 * A simple dialog containing an {@link DatePicker}.
42 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
53 private final DatePicker mDatePicker;
74 void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth);
168 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
49 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
55 public class DatePicker extends FrameLayout {
89 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
92 public DatePicker(Context context) {
96 public DatePicker(Context context, AttributeSet attrs) {
100 public DatePicker(Context context, AttributeSet attrs, int defStyle) {
177 com.android.internal.R.styleable.DatePicker);
298 * Constructor called from {@link DatePicker#onSaveInstanceState()
    [all...]

Completed in 49 milliseconds