OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:datepickerfragment
(Results
1 - 2
of
2
) sorted by null
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java
70
DialogFragment
datePickerFragment
= new DialogFragment() {
91
launchDialogOnClick(activity, "datePicker", dateButton,
datePickerFragment
);
/frameworks/base/docs/html/guide/topics/ui/controls/
pickers.jd
17
<li><a href="#
DatePickerFragment
">Extending DialogFragment for a date picker</a></li>
178
<h3 id="
DatePickerFragment
">Extending DialogFragment for a date picker</h3>
194
public static class
DatePickerFragment
extends DialogFragment
242
DialogFragment newFragment = new
DatePickerFragment
();
Completed in 39 milliseconds