Searched defs:DatePicker (Results 1 - 2 of 2) sorted by last modified time

/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.java71 public class DatePicker extends FrameLayout { class in inherits:FrameLayout
73 private static final String LOG_TAG = DatePicker.class.getSimpleName();
137 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
140 public DatePicker(Context context) { method in class:DatePicker
144 public DatePicker(Context context, AttributeSet attrs) { method in class:DatePicker
148 public DatePicker(Context context, AttributeSet attrs, int defStyle) { method in class:DatePicker
154 TypedArray attributesArray = context.obtainStyledAttributes(attrs, R.styleable.DatePicker,
292 * Gets the minimal date supported by this {@link DatePicker} in
328 * Gets the maximal date supported by this {@link DatePicker} in
342 * Sets the maximal date supported by this {@link DatePicker} i
[all...]

Completed in 47 milliseconds