Searched refs:dialog (Results 51 - 72 of 72) sorted by relevance

123

/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java32 * a dialog which allow the user to toggle each individually on and off.
253 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
H A DMultiSelectListPreference.java32 * a dialog.
181 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
/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/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java112 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbPermissionActivity.java159 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
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/app/
H A DActivity.java629 * but not in the foreground, such as one sitting behind a foreground dialog)
1088 final Dialog dialog = onCreateDialog(dialogId, args);
1089 if (dialog == null) {
1092 dialog.dispatchOnCreate(state);
1093 return dialog;
1411 // save each dialog's bundle, gather the ids
1632 // Close any open search dialog
3283 * this method the first time, and hang onto it thereafter. Any dialog
3291 * <p>If you would like an opportunity to prepare your dialog before it is shown,
3294 * @param id The id of the dialog
3318 onPrepareDialog(int id, Dialog dialog) argument
3347 onPrepareDialog(int id, Dialog dialog, Bundle args) argument
[all...]
H A DDialog.java63 * that managed this dialog.
125 * Create a Dialog window that uses the default dialog frame style.
136 * Create a Dialog window that uses a custom dialog style.
145 * <var>context</var>. If 0, the default dialog theme will be used.
203 * Retrieve the {@link ActionBar} attached to this dialog, if present.
205 * @return The ActionBar attached to the dialog or null if no ActionBar is present.
212 * Sets the Activity that owns this dialog. An example use: This Dialog will
215 * @param activity The Activity that owns this dialog.
226 * Activity will be the owner (by default). Depending on how this dialog was
236 * @return Whether the dialog i
1249 ListenersHandler(Dialog dialog) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java545 public void onClick(DialogInterface dialog, int which) { argument
569 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/core/java/android/widget/
H A DSpinner.java69 * Use a dialog window for selecting spinner options.
690 public void onClick(DialogInterface dialog, int which) { argument
692 dialog.dismiss();
712 * Sets the prompt to display when the dialog is shown.
720 * Sets the prompt to display when the dialog is shown.
721 * @param promptId the resource ID of the prompt to display when the dialog is shown
728 * @return The prompt to display when the dialog is shown
1018 public void onClick(DialogInterface dialog, int which) { argument
H A DVideoView.java521 /* Otherwise, pop up an error dialog so the user knows that
522 * something bad has happened. Only try and pop up the dialog
540 public void onClick(DialogInterface dialog, int whichButton) {
H A DAppSecurityPermissions.java244 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java171 public WindowDecorActionBar(Dialog dialog) { argument
172 mDialog = dialog;
173 init(dialog.getWindow().getDecorView());
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java182 public WindowDecorActionBar(Dialog dialog) { argument
183 mDialog = dialog;
184 init(dialog.getWindow().getDecorView());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java385 public void onClick(DialogInterface dialog, int which) {
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java125 void onDateSet(DatePickerDialog dialog, int year, int monthOfYear, int dayOfMonth); argument
138 // Empty constructor required for dialog fragment.
143 * @param year The initial year of the dialog.
144 * @param monthOfYear The initial month of the dialog.
145 * @param dayOfMonth The initial day of the dialog.
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java305 public void onClick(DialogInterface dialog, int which) { argument
380 public void onDismiss(DialogInterface dialog) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1309 * Dialog listener for SMS confirmation dialog.
1335 public void onClick(DialogInterface dialog, int which) { argument
1365 public void onCancel(DialogInterface dialog) { argument
1366 Rlog.d(TAG, "dialog dismissed: don't send SMS");
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1287 public void onClick(DialogInterface dialog, int which) {
1304 public void onClick(DialogInterface dialog, int which) {
1305 dialog.dismiss();
1397 // exploration. When a service is first started we show a dialog to the
1552 // exploration. When a service is first started we show a dialog to the
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2840 public void onCancel(DialogInterface dialog) {
2863 // Ensure that the input method dialog is dismissed when changing
2873 public void onClick(final DialogInterface dialog, final int which) {
2898 public void onClick(DialogInterface dialog, int whichButton) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3043 public void onDismiss(DialogInterface dialog) { argument

Completed in 619 milliseconds

123