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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java49 public class DatePicker extends FrameLayout { class in inherits:FrameLayout
83 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
86 public DatePicker(Context context) { method in class:DatePicker
90 public DatePicker(Context context, AttributeSet attrs) { method in class:DatePicker
95 public DatePicker(Context context, AttributeSet attrs, int defStyle) { method in class:DatePicker
174 com.android.internal.R.styleable.DatePicker);
295 * Constructor called from {@link DatePicker#onSaveInstanceState()}
471 mOnDateChangedListener.onDateChanged(DatePicker.this, year, mMonth, mDay);
/frameworks/base/core/java/android/widget/
H A DDatePicker.java93 public class DatePicker extends FrameLayout { class in inherits:FrameLayout
94 private static final String LOG_TAG = DatePicker.class.getSimpleName();
115 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
118 public DatePicker(Context context) { method in class:DatePicker
122 public DatePicker(Context context, AttributeSet attrs) { method in class:DatePicker
126 public DatePicker(Context context, AttributeSet attrs, int defStyleAttr) { method in class:DatePicker
130 public DatePicker(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:DatePicker
133 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DatePicker,
213 * Gets the minimal date supported by this {@link DatePicker} in
238 * Gets the maximal date supported by this {@link DatePicker} i
[all...]

Completed in 88 milliseconds