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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DTimePicker.java35 * {@link TimePicker} is a direct subclass of {@link Picker}.
41 * mode, false for 12-hour mode). Otherwise, TimePicker retrieves the mode based on the current
42 * context. In 24-hour mode, TimePicker displays only the hour and minute columns.
53 public class TimePicker extends Picker { class in inherits:Picker
55 static final String TAG = "TimePicker";
79 * Constructor called when inflating a TimePicker widget. This version uses a default style of
83 * @param context the context this TimePicker widget is associated with through which we can
85 * @param attrs the attributes of the XML tag that is inflating the TimePicker widget
87 public TimePicker(Context context, AttributeSet attrs) { method in class:TimePicker
92 * Constructor called when inflating a TimePicker widge
101 public TimePicker(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TimePicker
[all...]
/frameworks/base/core/java/android/widget/
H A DTimePicker.java56 public class TimePicker extends FrameLayout { class in inherits:FrameLayout
57 private static final String LOG_TAG = TimePicker.class.getSimpleName();
99 void onTimeChanged(TimePicker view, int hourOfDay, int minute);
102 public TimePicker(Context context) { method in class:TimePicker
106 public TimePicker(Context context, AttributeSet attrs) { method in class:TimePicker
110 public TimePicker(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TimePicker
114 public TimePicker(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:TimePicker
123 attrs, R.styleable.TimePicker, defStyleAttr, defStyleRes);
300 * Validates whether current input by the user is a valid time based on the locale. TimePicker
324 return TimePicker
[all...]

Completed in 111 milliseconds