/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbStorageActivity.java | 23 import android.app.Dialog; 58 * dialog style. It will be launched from a notification. 213 public Dialog onCreateDialog(int id, Bundle args) { 219 public void onClick(DialogInterface dialog, int which) { 287 // Display error dialog 305 // Display error dialog 309 // Display dialog to user 319 // Check for list of storage users and display dialog if needed. 327 public void onCancel(DialogInterface dialog) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
MenuExecutor.java | 70 ProgressDialog dialog = new ProgressDialog(context); local 71 dialog.setTitle(titleId); 72 dialog.setMax(progressMax); 73 dialog.setCancelable(false); 74 dialog.setIndeterminate(false); 76 dialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); 78 return dialog; 254 public void onClick(DialogInterface dialog, int which) { 268 public void onCancel(DialogInterface dialog) {
|
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 76 // Which dialog to show next when popped up 217 // There is one case where the dialog is popped up by the preference 219 // dialog state. In other cases, where this activity manually launches 220 // the dialog, store the state of the dialog. 295 // inject error message and display dialog again 335 // Flip it back and pop up pin dialog 348 // reset dialog state. Else inject error message and show dialog again.
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortConfigDialog.java | 29 import org.eclipse.swt.widgets.Dialog; 43 * Dialog to configure the static debug ports. 46 public class StaticPortConfigDialog extends Dialog { 85 * Open and display the dialog. This method returns only when the 86 * user closes the dialog somehow. 98 // Set the dialog size. 110 // actually open the dialog 113 // event loop until the dialog is closed. 122 * Creates the dialog ui.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 30 import org.eclipse.swt.widgets.Dialog; 44 * Dialog to configure the static debug ports. 47 public class StaticPortConfigDialog extends Dialog { 86 * Open and display the dialog. This method returns only when the 87 * user closes the dialog somehow. 99 // Set the dialog size. 111 // actually open the dialog 114 // event loop until the dialog is closed. 123 * Creates the dialog ui.
|
/development/samples/SampleSyncAdapter/ |
AndroidManifest.xml | 96 android:theme="@android:style/Theme.Dialog" 108 android:theme="@android:style/Theme.Dialog"> 123 android:theme="@android:style/Theme.Dialog"> 138 android:theme="@android:style/Theme.Dialog"> 153 android:theme="@android:style/Theme.Dialog">
|
/external/chromium/chrome/browser/ |
browser_main_gtk.cc | 92 GtkWidget* dialog = gtk_message_dialog_new( local 104 gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog), 109 gtk_window_set_title(GTK_WINDOW(dialog), message.c_str()); 111 gtk_dialog_run(GTK_DIALOG(dialog)); 112 gtk_widget_destroy(dialog);
|
plugin_carbon_interpose_mac.cc | 120 static void ChromePluginDisposeDialog(DialogRef dialog) { 121 WindowRef window = GetDialogWindow(dialog); 123 DisposeDialog(dialog);
|
/external/chromium/chrome/browser/importer/ |
importer_host.h | 42 // This is called when when user ends the lock dialog by clicking on either 57 // When in headless mode, the importer will not show the warning dialog and 90 // to the user a dialog that notifies that is necessary to close Firefox 154 // Parent window that we pass to the import lock dialog (i.e, the Firefox 155 // warning dialog).
|
/external/chromium/chrome/browser/remoting/ |
setup_flow.h | 40 // Called if user closes the dialog. 113 // expected to close dialog after that. 146 // This class is responsible for showing a remoting setup dialog and 147 // perform operations to fill the content of the dialog and handle 148 // user actions in the dialog.
|
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.h | 46 // the HTML dialog. |container| is kept up-to-date with the lifetime of the 47 // flow (e.g it is emptied on dialog close). 74 // Focuses the dialog. This is useful in cases where the dialog has been 155 // when the dialog closes.
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
js_modal_dialog.cc | 21 // Two-dimensional eliding. Reformat the text of the message dialog 23 // the message dialog (and crash/hang the GTK, depending on the version). 100 // check above. Both of those indicate that we should ignore this dialog. 127 // If we are shutting down and this is an onbeforeunload dialog, cancel the 133 // will receive its activation messages before this dialog receives
|
/external/chromium/chrome/browser/ui/gtk/importer/ |
import_progress_dialog_gtk.cc | 43 ImportProgressDialogGtk* dialog = new ImportProgressDialogGtk( local 54 dialog->ShowDialog(); 74 // Build the dialog. 136 void ImportProgressDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { 142 // Only response to the dialog is to close it so we hide immediately.
|
/external/chromium/chrome/browser/ui/gtk/ |
task_manager_gtk.h | 46 // Initializes the task manager dialog. 52 // Connects the ctrl-w accelerator to the dialog. 81 // Response signal handler that notifies us of dialog destruction. 84 // Response signal handler that notifies us of dialog responses. 201 // The task manager dialog window.
|
/external/chromium/chrome/browser/ui/views/ |
html_dialog_view.cc | 62 // Pressing ESC closes the dialog. 90 // dialog closing. This happens if the user clicks the Close button on the 91 // dialog. 182 // if it's a dialog we know about, we trust it not to be mean to the user. 225 // Pressing the ESC key will close the dialog.
|
/external/chromium/chrome/common/extensions/docs/static/ |
packaging.html | 52 A dialog appears. 87 If the extension is successfully packaged, you'll see a dialog like this 111 A dialog appears. 132 <p>If the updated extension is successfully packaged, you'll see a dialog like this:</p> 154 To suppress the dialog,
|
/external/expat/bcb5/ |
README.txt | 44 (CTRL-F4) then open the options dialog (CTRL-Shift-F11), then click OK on 45 the dialog immediately without changing anything in it. If this doesn't work, 52 dialog, Directories/Conditionals tab, in the Conditional define box. In a 82 1. For the static expatlibs, in the Tlib tab on the options dialog, uncheck the 84 options dialog, uncheck "Use dynamic RTL". If you are using a make file,
|
/frameworks/base/docs/html/design/building-blocks/ |
dialogs.jd | 15 <p>The title introduces the content of your dialog. It can, for example, identify the name of a 20 <p>Dialog content varies widely. For settings dialogs, a dialog may contain UI elements such as 30 should be active verbs. As a rule, the dismissive action of a dialog is always on the left 39 Samples of typical dialog use in Android.
|
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
android.app.Dialog.html | 10 android.app.Dialog 74 Class android.app.<A HREF="../../../../reference/android/app/Dialog.html" target="_top"><font size="+2"><code>Dialog</code></font></A> 86 <A NAME="android.app.Dialog.dispatchPopulateAccessibilityEvent_added(android.view.accessibility.AccessibilityEvent)"></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/app/Dialog.html#dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent)" target="_top"><code>dispatchPopulateAccessibilityEvent</code></A>(<code>AccessibilityEvent</code>)</nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.app.Dialog.html | 10 android.app.Dialog 74 Class android.app.<A HREF="../../../../reference/android/app/Dialog.html" target="_top"><font size="+2"><code>Dialog</code></font></A> 86 <A NAME="android.app.Dialog.setOnShowListener_added(android.content.DialogInterface.OnShowListener)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Dialog.html#setOnShowListener(android.content.DialogInterface.OnShowListener)" target="_top"><code>setOnShowListener</code></A>(<code>OnShowListener</code>)</nobr>
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeApp.java | 23 import android.app.Dialog; 110 Dialog dialog = builder.create(); local 111 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); 112 dialog.show();
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxMoveToAdapter.java | 40 * Cursor adapter for the "move to mailbox" dialog. 42 * Depending upon the UX for the dialog and nested folders, we may want to bring these three 57 /** The main selection to populate the "move to" dialog */ 126 * Returns the mailbox name to display in the dialog list. If the mailbox is of 137 /** Loader for the "move to mailbox" dialog. */
|
/packages/apps/Phone/src/com/android/phone/ |
Constants.java | 37 * kind of message to the user (usually an error dialog) explaining 100 * CDMA-specific "call lost" dialog. (If an outgoing call fails, 102 * call fails too, we display this specific dialog.) 104 * TODO: this is currently unused, since the "call lost" dialog 114 * "Exiting ECM" dialog.
|
/frameworks/base/core/res/res/values/ |
themes.xml | 186 <!-- Dialog attributes --> 188 <item name="dialogTheme">@android:style/Theme.Dialog</item> 192 <item name="alertDialogTheme">@android:style/Theme.Dialog.Alert</item> [all...] |
/external/chromium/chrome/browser/chromeos/options/ |
wifi_config_view.h | 35 // A dialog box for showing a password textfield. 41 // Wifi login dialog for wifi network |wifi|. |wifi| must be a non NULL 44 // Wifi login dialog for "Joining other network..."
|