Searched refs:DialogFragment (Results 1 - 3 of 3) 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/v4/java/android/support/v4/app/
H A DDialogFragment.java31 * Static library support version of the framework's {@link android.app.DialogFragment}.
37 public class DialogFragment extends Fragment class in inherits:Fragment,DialogInterface.OnCancelListener,DialogInterface.OnDismissListener
84 public DialogFragment() { method in class:DialogFragment
205 * Dialog.setCancelable(boolean)}, because DialogFragment needs to change
325 * <p><em>Note: DialogFragment own the {@link Dialog#setOnCancelListener
364 throw new IllegalStateException("DialogFragment can not be attached to a container view");
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java23 import android.app.DialogFragment;
60 public class MediaRouteChooserDialogFragment extends DialogFragment {

Completed in 102 milliseconds