HomeSort by relevance Sort by last modified time
    Searched full:dialog (Results 1101 - 1125 of 1945) sorted by null

<<41424344454647484950>>

  /external/chromium/googleurl/base/
logging.h 17 // Assertion failed messages and fatal errors are displayed in a dialog box
21 // bad state when this assertion dialog is displayed, these messages may not
22 // get processed and hang the dialog, or the application might go crazy.
24 // Therefore, it can be beneficial to display the error dialog in a separate
26 // a fatal error dialog box, it will look for a program called
138 // The default handler shows a dialog box, however clients can use this
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 254 NSNumber *dialog = [[NSNumber alloc] initWithBool:features.dialog];
263 dialog, @"dialog",
288 [dialog release];
289 } else if (features.dialog && [delegate respondsToSelector:@selector(webView:createWebViewModalDialogWithRequest:)]) {
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 36 import android.app.Dialog;
74 private Dialog mDialog;
160 public ActionBarImpl(Dialog dialog) {
161 mDialog = dialog;
162 init(dialog.getWindow().getDecorView());
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 72 <li style="padding-top: 4px;"><a href=#a_dialog_should_not_have_an_options_menu>A dialog should not have Options menu</a></li>
288 touches a menu item to perform an action or open a dialog.
490 <h3 id="a_dialog_should_not_have_an_options_menu">A dialog should not have an Options menu</h3>
493 When a dialog is displayed, pressing the <em>Menu</em> button should do nothing. This also holds
495 for activities that look like dialogs. A dialog box is recognizable by being
502 The rationale behind not having a menu is that when a dialog is displayed, the user is in
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 554 * Start the process of putting up a dialog to confirm deleting a thread,
570 * Start the process of putting up a dialog to confirm deleting threads,
582 * Build and show the proper delete thread dialog. The UI is slightly different
600 // Show the number of threads getting deleted in the confirmation dialog.
665 public void onClick(DialogInterface dialog, final int whichButton) {
683 dialog.dismiss();
    [all...]
MessageListItem.java 600 sendMessage(mMessageItem, MSG_LIST_DETAILS); // show the message details dialog
639 public final void onClick(DialogInterface dialog, int which) {
643 dialog.dismiss();
653 public final void onClick(DialogInterface dialog, int which) {
654 dialog.dismiss();
    [all...]
SlideEditorActivity.java 108 // number of items in the duration selector dialog that directly map from
533 public void onClick(DialogInterface dialog, int which) {
547 dialog.dismiss();
563 public void onClick(DialogInterface dialog, int which) {
572 dialog.dismiss();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 20 import android.app.Dialog;
545 protected Dialog onCreateDialog(int id) {
561 protected void onPrepareDialog(int id, Dialog dialog) {
562 super.onPrepareDialog(id, dialog);
568 ((AlertDialog)dialog).setMessage(msg);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 23 import android.app.Dialog;
156 // Save the dialog details
437 // If the dialog is showing, save its state.
527 /** Bypass dialog for unsecured networks */
552 /** Bypass dialog for unsecured, unsaved networks */
580 public Dialog onCreateDialog(int dialogId) {
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 111 * We keep track of when a dialog is being displayed for a pending download, because if that
112 * download starts running, we want to immediately hide the dialog.
480 public void onClick(DialogInterface dialog, int which) {
492 public void onClick(DialogInterface dialog, int which) {
554 * Called when a dialog for a pending download is canceled.
557 public void onCancel(DialogInterface dialog) {
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 22 * dialog UI.
28 * dialog to present. Defaults to FULL_PAGE.
29 * - title: The title for the dialog. Defaults to a localized string based
30 * on the dialog type.
31 * - defaultPath: The default path for the dialog. The default path should
64 // DirectoryEntry representing the current directory of the dialog.
409 * List of dialog types.
747 * Tweak the UI to become a particular kind of dialog, as determined by the
748 * dialog type parameter passed to the constructor.
809 throw new Error('Unknown dialog type: ' + this.dialogType_)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 142 * @return true iff the method is a dialog creating method
267 * or SIPS URI in any request that can result in the establishment of a dialog. For the
546 * Get a dialog identifier. Generates a string that can be used as a dialog identifier.
583 * Get a dialog id given the remote tag.
828 // Dialog if necessary.
832 // Assigned by the Dialog if necessary.
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java     [all...]
  /cts/apps/CtsVerifier/res/values/
strings.xml 141 dialog. The client device does not need to do anything else.
143 <string name="bt_ca_dialog">Was the connection access request dialog shown?</string>
164 <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string>
165 <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string>
230 dialog indicating it has successfully received the correct message!</string>
236 dialog indicating it has successfully received the correct message!</string>
325 then you can press \'Cancel\' but press \'OK\' in the next dialog asking whether to allow
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 115 //True if a dialog is currently displaying on top of this window
392 // period, we'll post this dialog every time as a clear warning until the
411 // don't show timeout dialog because we show account unlock screen next
1102 final AlertDialog dialog = new AlertDialog.Builder(mContext) local
    [all...]
  /packages/apps/Settings/res/values/
arrays.xml 51 <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
80 <!-- Display settings. The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
113 These are shown in a list dialog. -->
289 <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
363 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
373 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
395 <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. -->
  /frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd 50 <p>When using the Android search dialog or search widget, you can provide custom search suggestions
55 an example of a search dialog with custom suggestions.</p>
61 Android search dialog or a search widget for searches in your
62 application. If you haven't, see <a href="search-dialog.html">Creating a Search Interface</a>.</p>
69 <p class="img-caption"><strong>Figure 1.</strong> Screenshot of a search dialog with custom
86 href="search-dialog.html">Creating a Search Interface</a>.</li>
98 <p>Just as the Android system displays the search dialog, it also displays your search
159 <p>When the user starts typing into the search dialog or search widget, the system queries
413 <p>When the user selects a suggestion from the list that appears below the search dialog or widget,
    [all...]
searchable-config.jd 10 <li><a href="search-dialog.html">Creating a Search Interface</a></li>
23 guide about <a href="search-dialog.html">Creating a Search Interface</a>.</p>
214 only for the life of the search dialog or the life of the activity when using the search widget
215 (when the search dialog or activity is reopened, "bo" queries your
277 <dd><em>String</em>. An additional message to display in the voice input dialog.</dd>
  /external/chromium/chrome/common/extensions/docs/
packaging.html 387 A dialog appears.
422 If the extension is successfully packaged, you'll see a dialog like this
445 A dialog appears.
466 <p>If the updated extension is successfully packaged, you'll see a dialog like this:</p>
486 To suppress the dialog,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 245 DirectoryDialog dialog = new DirectoryDialog(getSite().getShell(), SWT.OPEN); local
246 dialog.setText(getTitleToolTip());
247 dialog.setMessage(msg);
249 dialog.setFilterPath(filter);
251 String path = dialog.open();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 110 // Created and used for the duration of the dialog
520 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
544 // Called when the dialog is dismissed
547 public void onDismiss(DialogInterface dialog) {
561 public void onClick(DialogInterface dialog, int which) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 208 * Sets the description in the current task dialog.
289 // Always set the dialog's progress max to 10k since it only handles
338 * Display a yes/no question dialog box.
341 * makes sure the dialog is opened synchronously in the ui thread.
343 * @param title The title of the dialog box
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 208 <dt><a href="DateWidgets1.html">1. Dialog</a></dt>
212 <dd>Demonstrates using a TimePicker directly in a layout without using a confirmation button or dialog.</dd>
322 <dd>Demonstrates a ProgressDialog, a popup dialog that hosts a progress bar. This example demonstrates both determinate and indeterminate progress indicators. </dd>
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 222 // file dialog.
324 // select file dialog.
328 // If the Save As dialog pops up, it never reached
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 133 // sync login overlay, but are cleaned up after the dialog is closed
145 // Simulates the user (or browser view hierarchy) closing the html dialog.
374 // Simulate the user closing the dialog.

Completed in 703 milliseconds

<<41424344454647484950>>