/external/chromium/chrome/browser/ui/cocoa/ |
js_modal_dialog_cocoa.mm | 19 // Helper object that receives the notification that the dialog/sheet is 70 native_dialog->dialog()->OnAccept(input, shouldSuppress); 76 if (native_dialog->dialog()->is_before_unload_dialog()) 78 native_dialog->dialog()->OnCancel(shouldSuppress); 85 native_dialog->dialog()->OnCancel(shouldSuppress); 98 JSModalDialogCocoa::JSModalDialogCocoa(JavaScriptAppModalDialog* dialog) 99 : dialog_(dialog), 101 // Determine the names of the dialog buttons based on the flags. "Default" 133 // Show the modal dialog. 217 JavaScriptAppModalDialog* dialog, [all...] |
bug_report_window_controller.h | 19 // presents a dialog that allows the user to either file a bug report on 33 // Values bound to data in the dialog box. These values cannot be boxed in 61 // When dialog switches from regular bug reports to phishing page, "save 82 // If dialog is called without an open window, currentTab may be null; in 83 // that case, a dialog is opened with options for reporting a bugs not 88 // Run the dialog with an application-modal event loop. If the user accepts, 92 // IBActions for the dialog buttons.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_dialog.jd | 1 page.title=Dialog Icons 38 <p>Dialog icons are shown in pop-up dialog boxes that prompt the user for 51 <p class="table-caption"><strong>Table 1.</strong> Summary of finished dialog 94 <p>The following guidelines describe how to design dialog icons for all versions 100 <li>Dialog icons have a 1 pixel safeframe. The base shape must fit within the 114 <img src="{@docRoot}images/icon_design/dialog_icon.png" alt="A view of dialog 119 <p><strong>Figure 1. </strong>Safeframe and fill gradient for dialog icons. 129 <p>Dialog icons are flat and pictured face-on. In order to stand out against a 136 effects, and shadows for dialog icons."/ [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
ExportOptionsDialog.java | 20 import android.app.Dialog; 31 * The export options dialog 46 * Create the export options dialog 54 * @return The dialog 56 public static Dialog create(Context context, final ExportOptionsListener positiveListener, 71 // Prepare the dialog content 78 public void onClick(DialogInterface dialog, int which) { 97 final AlertDialog dialog = builder.create(); local 99 return dialog; 103 * Prepare the dialog conten [all...] |
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperActivity.java | 21 import android.app.Dialog; 47 * as a dialog 50 fragment.show(getFragmentManager(), "dialog"); 71 WallpaperDialog dialog = new WallpaperDialog(); local 72 dialog.setCancelable(true); 73 return dialog; 92 public void onDismiss(DialogInterface dialog) { 93 /* On orientation changes, the dialog is effectively "dismissed" so this is called 94 * when the activity is no longer associated with this dying dialog fragment. We 104 public Dialog onCreateDialog(Bundle savedInstanceState) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsReceivedDialog.java | 23 import android.app.Dialog; 82 protected Dialog onCreateDialog(int id) { 90 public void onClick(DialogInterface dialog, int whichButton) { 97 dialog.dismiss(); 102 public void onClick(DialogInterface dialog, int whichButton) { 103 dialog.dismiss(); 108 public void onCancel(DialogInterface dialog) {
|
/external/chromium/chrome/browser/ |
browser_signin.h | 47 // If a user is already signed in, this will show a login dialog where 51 // to the signin dialog. 75 // Close the dialog. Delegate's OnLoginFailure method will be called. 79 // Create the HTML Dialog content. 82 // When the dialog is closed. 91 // Show the dialog Tab-Modal. 106 // Current HTML Dialog information. Pointer is owned by the WebUI it will be
|
file_select_helper.h | 34 // Show the file chooser dialog. 92 // Helper method to get allowed extensions for select file dialog from 101 // The RenderViewHost for the page showing a file dialog (may only be one 102 // such dialog). 105 // Dialog box used for choosing files to upload from file form fields. 108 // The type of file dialog last shown. 112 // the file select dialog or from drag-and-drop of directories, so there could
|
/external/chromium/chrome/browser/chromeos/options/ |
network_config_view.h | 21 // A dialog box for showing a password textfield. 27 // Called when dialog "OK" button is pressed. 30 // Called when dialog "Cancel" button is pressed. 37 // Login dialog for known networks. 39 // Login dialog for new/hidden networks. 99 // Called to get title for parent NetworkConfigView dialog box. 106 // Should return false if dialog should remain open.
|
/packages/apps/Phone/src/com/android/phone/ |
NetworkSetting.java | 19 import android.app.Dialog; 59 //dialog ids 199 public void onCancel(DialogInterface dialog) { 265 protected Dialog onCreateDialog(int id) { 269 ProgressDialog dialog = new ProgressDialog(this); local 272 // It would be more efficient to reuse this dialog by moving 277 dialog.setMessage(mNetworkSelectMsg); 278 dialog.setCancelable(false); 279 dialog.setIndeterminate(true); 282 dialog.setMessage(getResources().getString(R.string.register_automatically)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectChooserHelper.java | 41 * Helper class to deal with displaying a project choosing dialog that lists only the 50 * List of current android projects. Since the dialog is modal, we'll just get 63 * </p>If false the project list is recomputed every time the dialog is opened. 110 * @param parentShell the parent {@link Shell} for the dialog. 119 * Displays a project chooser dialog which lists all available projects with the Android nature. 125 * @param message Message for the dialog box. Can be null in which case a default message 127 * @return the project chosen by the user in the dialog, or null if the dialog was canceled. 132 ElementListSelectionDialog dialog = new ElementListSelectionDialog( local 134 dialog.setTitle("Project Selection") [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 66 import javax.sip.Dialog; 123 // A set of methods that result in dialog creations. 263 * Use the user supplied router for all out of dialog requests. 302 // Flag to indicate whether the stack will provide dialog 323 // If this is set to true, then To tag checking on the Dialog layer is 358 // Max time for a forked response to arrive. After this time, the original dialog 450 // Notify may or may not create a dialog. This is handled in 454 // Dialog dable. 496 // Dialog dable. 553 * Print the dialog table 635 SIPDialog dialog = this.earlyDialogTable.get(dialogId); local [all...] |
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win.cc | 28 // This function takes the output of a SaveAs dialog: a filename, a filter and 29 // the extension originally suggested to the user (shown in the dialog box) and 34 // SaveAs dialog box and may include the path, |filter_selected| should be 86 // Set up a filter for a Save/Open dialog, which will consist of |file_ext| file 90 // particular type in a Windows Save/Open dialog box. The resulting filter is 121 // Force something reasonable to appear in the dialog box if there is no 166 // Enforce visible dialog box. 167 UINT_PTR CALLBACK SaveAsDialogHook(HWND dialog, UINT message, 173 PostMessage(dialog, kPrivateMessage, 0, 0); 177 // The dialog box is the parent of the current handle [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
TagVerifierActivity.java | 28 import android.app.Dialog; 65 // Arguments used for the dialog showing what was written to the tag and read from the tag. 285 public Dialog onCreateDialog(int id, Bundle args) { 317 public void onClick(DialogInterface dialog, int which) { 323 public void onCancel(DialogInterface dialog) { 340 ProgressDialog dialog = new ProgressDialog(this); 341 dialog.setMessage(getString(R.string.nfc_writing_tag)); 342 return dialog; 346 ProgressDialog dialog = new ProgressDialog(this); 347 dialog.setMessage(getString(R.string.nfc_reading_tag)) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 26 import android.app.Dialog; 65 /** Keep track of the progress dialog so we can dismiss it */ 121 protected Dialog onCreateDialog(int id, Bundle args) { 122 final ProgressDialog dialog = new ProgressDialog(this); local 123 dialog.setMessage(getText(R.string.ui_activity_authenticating)); 124 dialog.setIndeterminate(true); 125 dialog.setCancelable(true); 126 dialog.setOnCancelListener(new DialogInterface.OnCancelListener() { 127 public void onCancel(DialogInterface dialog) { 134 // We save off the progress dialog in a field so that we can dismis [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
DialogTest.java | 21 import android.app.Dialog; 59 * please refer to Dialog 90 new Dialog(mContext); 91 Dialog d = new Dialog(mContext, 0); 94 // But CTS can no assert dialog theme equals system internal theme. 96 d = new Dialog(mContext, R.style.TextAppearance); 156 Dialog d = mActivity.getDialog(); 169 d = new Dialog(mContext); 175 final Dialog d = mActivity.getDialog() [all...] |
/cts/tests/tests/preference2/res/values/ |
strings.xml | 33 <string name="dialog_based_preferences">Dialog-based preferences</string> 52 <string name="summary_yesno_preference">An example that uses a yes/no dialog</string> 56 <string name="summary_edittext_preference">An example that uses an edit text dialog</string> 60 <string name="summary_list_preference">An example that uses a list dialog</string> 96 <string name="dialog_message">"Dialog Message"</string> 98 <string name="title_dialog_preference">Dialog preference</string> 99 <string name="dialogtitle_dialog_preference">Dialog Title</string> 100 <string name="summary_dialog_preference">An example that uses a dialog</string> 104 <string name="cust_title_dialog_preference">Custom Dialog preference</string> 105 <string name="cust_dialogtitle_dialog_preference">Custom Dialog Title</string [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentDialog.java | 43 + "Press the show button below to see the first dialog; pressing " 44 + "successive show buttons will display other dialog styles as a " 45 + "stack, with dismissing or back going to the previous dialog."); 72 // dialog, so make our own transaction and take care of that here. 74 Fragment prev = getFragmentManager().findFragmentByTag("dialog"); 80 // Create and show the dialog. 82 newFragment.show(ft, "dialog"); 101 //BEGIN_INCLUDE(dialog) 152 ((TextView)tv).setText("Dialog #" + mNum + ": using style " 167 //END_INCLUDE(dialog) [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentDialogSupport.java | 44 + "Press the show button below to see the first dialog; pressing " 45 + "successive show buttons will display other dialog styles as a " 46 + "stack, with dismissing or back going to the previous dialog."); 73 // dialog, so make our own transaction and take care of that here. 75 Fragment prev = getSupportFragmentManager().findFragmentByTag("dialog"); 81 // Create and show the dialog. 83 newFragment.show(ft, "dialog"); 102 //BEGIN_INCLUDE(dialog) 152 ((TextView)tv).setText("Dialog #" + mNum + ": using style " 167 //END_INCLUDE(dialog) [all...] |
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.h | 28 // This class is responsible for showing a cloud print setup dialog 29 // and perform operations to fill the content of the dialog and handle 30 // user actions in the dialog. 33 // 1. Showing the setup dialog. 34 // 2. Providing the URL for the content of the dialog. 50 // Called when the setup dialog is closed. 56 // the HTML dialog. |container| is kept up-to-date with the lifetime of the 57 // flow (e.g it is emptied on dialog close). 63 // Focuses the dialog. This is useful in cases where the dialog has bee [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 21 import android.app.Dialog; 49 * check the accounts settings. 3. A stateless progress dialog (which will be recreated on 217 // If we are attached, create, recover, and/or update the dialog 224 // 1. get rid of progress dialog (if any) 232 // 1. get rid of progress dialog (if any) 234 // 2. launch the error dialog, if needed 249 // 1. get rid of progress dialog (if any) 251 // 2. launch the error dialog, if needed 262 // 1. get rid of progress dialog (if any) 304 * Recover and dismiss the progress dialog fragmen 717 AlertDialog dialog = (AlertDialog) getDialog(); local 735 ProgressDialog dialog = new ProgressDialog(context); local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 440 // This is slightly broken in the case where a different window had a dialog, 514 "style \"gnome-dialog\" {\n" 522 "widget \"GtkDialog\" style : application \"gnome-dialog\"\n" 524 // Make our about dialog special, so the image is flush with the edge. 525 "style \"about-dialog\" {\n" 531 "widget \"about-dialog\" style : application \"about-dialog\"\n"; 638 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text, 644 gtk_dialog_add_action_widget(GTK_DIALOG(dialog), button, 649 GtkWidget* BuildDialogButton(GtkWidget* dialog, int ids_id [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
JoinHeader.java | 42 * from the initiator of the dialog. Requests sent by the callee to the caller 102 * messages. It serves as a general mechanism to identify a dialog, which is 106 * participant in the dialog. When a User Agent sends a request outside of a dialog, 108 * it contains a From tag only, providing "half" of the dialog ID. The dialog 120 * specific. Tags are helpful in fault tolerant systems, where a dialog is to 124 * tag in such a way that a backup can recognize a request as part of a dialog 128 * recover the dialog and any other state associated with it. 146 * request identifies the peer of the dialog. When a UA sends a reques [all...] |
/packages/apps/Mms/res/values/ |
strings.xml | 79 <!-- Dialog box title brought up when warning the user that a message could not be delivered --> 81 <!-- Dialog box message indicating that a message could not be delivered, including the time of last attempt --> 83 <!-- Dialog box message indicating that a message could not be delivered --> 191 <!-- Dialog message text explaining that a draft message will not be saved due to invalid recipients --> 193 <!-- Dialog box title indicating which recipients are invalid when the user tries to send a message with invalid recipients --> 204 <!-- Dialog message text when the user tries to send a message with invalid recipients --> 206 <!-- Dialog box title indicating the message cannot be sent because there are no valid recipients --> 208 <!-- Dialog message text indicating the message cannot be sent because there are no valid recipients --> 229 <!-- Alert dialog title when adding attachments is taking a while [CHAR LIMIT=none] --> 231 <!-- Alert dialog when adding attachments is taking a while -- [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 24 import android.app.Dialog; 44 * deletion, then this pops up a confirmation dialog. If the user confirms, 48 * If a repeating event is selected for deletion, then this pops up dialog 89 private Dialog.OnDismissListener mDismissListener; 135 public void onClick(DialogInterface dialog, int button) { 154 public void onClick(DialogInterface dialog, int button) { 171 public void onClick(DialogInterface dialog, int button) { 187 public void onClick(DialogInterface dialog, int button) { 197 * first popping up a dialog asking for confirmation (if the event is 198 * a normal event) or a dialog asking which events to delete (if th 270 AlertDialog dialog = new AlertDialog.Builder(mContext) local 323 AlertDialog dialog = new AlertDialog.Builder(mContext) local [all...] |