Searched defs:dialog (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/app/
H A DExternalMediaFormatActivity.java32 * It uses the alert dialog style. It will be launched from a notification, or from settings
59 // Set up the "dialog"
92 public void onClick(DialogInterface dialog, int which) { argument
H A DNetInitiatedActivity.java37 * requests. It uses the alert dialog style. It will be launched from a notification.
86 // Set up the "dialog"
123 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java68 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java36 * show this dialog to the user to allow them to optionally visit that URL for more
57 // sanity check before displaying dialog
84 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbConfirmActivity.java112 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbDebuggingActivity.java119 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbPermissionActivity.java159 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbStorageActivity.java56 * dialog style. It will be launched from a notification.
217 public void onClick(DialogInterface dialog, int which) {
285 // Display error dialog
303 // Display error dialog
307 // Display dialog to user
317 // Check for list of storage users and display dialog if needed.
325 public void onCancel(DialogInterface dialog) { argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java102 public void onClick(DialogInterface dialog, int which) { argument
H A DManageDialog.java68 // mConfig can be null if we are a restricted user, in that case don't show this dialog
118 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/core/java/android/content/
H A DDialogInterface.java63 * Interface used to allow the creator of a dialog to run some code when the
64 * dialog is canceled.
66 * This will only be called when the dialog is canceled, if the creator
72 * This method will be invoked when the dialog is canceled.
74 * @param dialog The dialog that was canceled will be passed into the
77 public void onCancel(DialogInterface dialog); argument
81 * Interface used to allow the creator of a dialog to run some code when the
82 * dialog is dismissed.
86 * This method will be invoked when the dialog i
91 onDismiss(DialogInterface dialog) argument
105 onShow(DialogInterface dialog) argument
122 onClick(DialogInterface dialog, int which) argument
137 onClick(DialogInterface dialog, int which, boolean isChecked) argument
156 onKey(DialogInterface dialog, int keyCode, KeyEvent event) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java47 * Shows menu as a dialog.
55 // Get the builder for the dialog
92 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { argument
115 dialog.dismiss();
133 * Dismisses the menu's dialog.
144 public void onDismiss(DialogInterface dialog) { argument
166 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java169 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java123 public void onClick(DialogInterface dialog, int which) { argument
155 public void onCancel(DialogInterface dialog) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuDialogHelper.java48 * Shows menu as a dialog.
56 // Get the builder for the dialog
95 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { argument
118 dialog.dismiss();
136 * Dismisses the menu's dialog.
147 public void onDismiss(DialogInterface dialog) { argument
169 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java37 * A simple dialog containing an {@link android.widget.DatePicker}.
71 * @param context The context the dialog is to run in.
73 * @param year The initial year of the dialog.
74 * @param monthOfYear The initial month of the dialog.
75 * @param dayOfMonth The initial day of the dialog.
96 * @param context The context the dialog is to run in.
97 * @param theme the theme to apply to this dialog
99 * @param year The initial year of the dialog.
100 * @param monthOfYear The initial month of the dialog.
101 * @param dayOfMonth The initial day of the dialog
130 onClick(DialogInterface dialog, int which) argument
[all...]
H A DTimePickerDialog.java34 * A dialog that prompts the user for the time of day using a {@link TimePicker}.
92 * @param theme the theme to apply to this dialog
129 public void onClick(DialogInterface dialog, int which) { argument
H A DDialogFragment.java32 * A fragment that displays a dialog window, floating on top of its
35 * the dialog (deciding when to show, hide, dismiss it) should be done through
36 * the API here, not with direct calls on the dialog.
40 * content of the dialog. Alternatively, they can override
41 * {@link #onCreateDialog(Bundle)} to create an entirely custom dialog, such
63 * events from the dialog and takes care of removing its own state when they
67 * remove itself when the dialog is dismissed.
76 * dialog}
83 * <p>This removes any currently shown dialog, creates a new DialogFragment
94 * generate the view hierarchy inside of a dialog, yo
443 onCancel(DialogInterface dialog) argument
446 onDismiss(DialogInterface dialog) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java173 Dialog dialog = mDialog = new Dialog(context, context.getThemeResId());
175 dialog.getWindow().requestFeature(Window.FEATURE_NO_TITLE);
177 dialog.setTitle(title);
179 dialog.setContentView(childPrefScreen);
180 dialog.setOnDismissListener(this);
182 dialog.onRestoreInstanceState(state);
186 getPreferenceManager().addPreferencesScreen(dialog);
188 dialog.show();
191 public void onDismiss(DialogInterface dialog) { argument
193 getPreferenceManager().removePreferencesScreen(dialog);
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java91 Log.w(TAG, "Cannot create a dialog, the WebView context is not an Activity");
134 public void onCancel(DialogInterface dialog) { argument
138 public void onClick(DialogInterface dialog, int which) { argument
151 public void onClick(DialogInterface dialog, int which) { argument
179 // We can only display the alert dialog if mContext is
H A DPlugin.java199 // Show a simple popup dialog containing the description
216 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java124 public void onCancel(DialogInterface dialog) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java102 // TODO: Delay dialog creation until after panels are collapsed.
131 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java105 * @param context Context used to display the shutdown progress dialog.
145 public void onClick(DialogInterface dialog, int which) {
151 closer.dialog = sConfirmDialog;
163 public Dialog dialog; field in class:ShutdownThread.CloseDialogReceiver
173 dialog.cancel();
186 * @param context Context used to display the shutdown progress dialog.
201 * @param context Context used to display the shutdown progress dialog.
220 // throw up an indeterminate system dialog to indicate radio is
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java53 * normal dialog.
66 * is entirely responsible for drawing the dialog.
72 * {@link #STYLE_NO_FRAME}, but also disables all input to the dialog.
100 * fragment's dialog. This can be used for some common dialog behaviors,
123 * Display the dialog, adding the fragment to the given FragmentManager. This
142 * Display the dialog, adding the fragment using an existing transaction
160 * Dismiss the fragment and its dialog. If the fragment was added to the
220 * @param cancelable If true, the dialog is cancelable. The default
236 * Controls whether this fragment should be shown in a dialog
353 onCancel(DialogInterface dialog) argument
356 onDismiss(DialogInterface dialog) argument
[all...]

Completed in 2953 milliseconds

12