Lines Matching refs:DialogFragment
80 the dialog in a {@link android.support.v4.app.DialogFragment}. The dialog may allow the
89 {@link android.support.v4.app.DialogFragment} must subclass
93 getSupportFragmentManager()} to display the {@link android.support.v4.app.DialogFragment}.
112 // Define a DialogFragment that displays the error dialog
113 public static class ErrorDialogFragment extends DialogFragment {
125 // Return a Dialog to the DialogFragment.
182 // Create a new DialogFragment for the error dialog
185 // Set the dialog in the DialogFragment
187 // Show the error dialog in the DialogFragment
439 can re-use the {@link android.support.v4.app.DialogFragment} class that you defined to
478 // Create a new DialogFragment for the error dialog
481 // Set the dialog in the DialogFragment
483 // Show the error dialog in the DialogFragment