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

/frameworks/base/core/java/android/app/
H A DDialogFragment.java55 * <p>DialogFragment does various things to keep the fragment's lifecycle
61 * <p>DialogFragment needs to ensure that what is happening with the Fragment
66 * DialogFragment to your UI, as these keep track of how DialogFragment should
72 * <p>The simplest use of DialogFragment is as a floating container for the
83 * <p>This removes any currently shown dialog, creates a new DialogFragment
85 * transaction is popped, the current DialogFragment and its Dialog will be
87 * DialogFragment will take care of popping the transaction of the Dialog
113 * capture user input until it is dismissed. When it is dismissed, DialogFragment
119 * <p>A DialogFragment ca
140 public class DialogFragment extends Fragment class in inherits:Fragment,DialogInterface.OnCancelListener,DialogInterface.OnDismissListener
187 public DialogFragment() { method in class:DialogFragment
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DDialogFragment.java41 * Static library support version of the framework's {@link android.app.DialogFragment}.
47 public class DialogFragment extends Fragment class in inherits:Fragment,DialogInterface.OnCancelListener,DialogInterface.OnDismissListener
100 public DialogFragment() { method in class:DialogFragment
222 * Dialog.setCancelable(boolean)}, because DialogFragment needs to change
350 * <p><em>Note: DialogFragment own the {@link Dialog#setOnCancelListener
393 "DialogFragment can not be attached to a container view");

Completed in 3802 milliseconds