/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SdkUpdaterChooserDialog.java | 67 /** Last dialog size for this session. */
102 * Create the dialog.
142 * Create the main content of the dialog.
229 * Creates and returns the contents of this dialog's button bar.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdStartDialog.java | 54 * Dialog dealing with emulator launch options. The following options are supported: 210 ResolutionChooserDialog dialog = new ResolutionChooserDialog(parent.getShell()); 211 if (dialog.open() == Window.OK) { 212 mMonitorDpi.setText(Integer.toString(dialog.getDensity()));
|
AvdCreationDialog.java | 83 * AVD creation or edit dialog. 211 * Creates the dialog. Caller should then use {@link Window#open()} and 218 * @param editAvdInfo An optional {@link AvdInfo}. When null, the dialog is used 219 * to create a new AVD. When non-null, the dialog is used to <em>edit</em> this AVD. 483 HardwarePropertyChooser dialog = new HardwarePropertyChooser(parent.getShell(), 485 if (dialog.open() == Window.OK) { 486 HardwareProperty choice = dialog.getProperty(); [all...] |
/external/chromium/chrome/common/ |
automation_messages_internal.h | [all...] |
chrome_switches.cc | 113 // Tells chrome to display the cloud print dialog and upload the 387 // Enables the Cloud Print dialog hosting code. 675 // Causes the Native Client process to display a dialog on launch. 676 const char kNaClStartupDialog[] = "nacl-startup-dialog"; [all...] |
/external/elfutils/ |
ABOUT-NLS | 212 dialog | [] [] [] [] [] [] | 388 dialog | [] [] [] [] [] [] [] [] | [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
trafficAdmControl.c | 685 /* parsing the dialog token */ 701 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token Not found, dialogToken = %d , \n",dialogToken); 708 /* validate dialog token matching */ 711 TRACE2(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token mismatch, dialogToken = %d , acID = %d \n",dialogToken, tspecInfo.AC); [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
ABOUT-NLS | 212 dialog | [] [] [] [] [] [] | 390 dialog | [] [] [] [] [] [] [] [] | [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 331 // task. If the task takes longer than a half second, a progress dialog is displayed. 404 // task. If the task takes longer than a half second, a progress dialog is displayed. 608 public void onClick(DialogInterface dialog, int whichButton) { 609 dialog.dismiss(); 632 public void onClick(DialogInterface dialog, int whichButton) { 634 dialog.dismiss(); 641 public void onClick(DialogInterface dialog, int whichButton) { 643 dialog.dismiss(); 649 public void onClick(DialogInterface dialog, int whichButton) { 653 dialog.dismiss() [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 473 * @dtoken: Dialog Token used for that particular link 508 /* 3) Dialog token */ [all...] |
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | 737 * @param builder Builder for opening Alert Dialog. 746 * @param colortitle Title for Alert Dialog. 758 * @param sizetitle Title for Alert Dialog. 963 EditorManager(EditStyledText est, StyledTextDialog dialog) { 965 mActions = new EditModeActions(mEST, this, dialog); [all...] |
/external/chromium/chrome/browser/ |
app_controller_mac.mm | 556 // Set the dialog text based on whether or not there are multiple downloads. 558 // Dialog text: warning and explanation. 572 // Dialog text: warning and explanation. 662 // dialog sheet obscures the browser window, so we disable several of 670 // a window- or app-modal dialog. 681 // dialog. [all...] |
chrome_browser_application_mac.mm | 226 // "leave web page" dialog, and the user answers "no, don't leave". 267 // case that immediate termination is not possible (e.g., if dialog boxes
|
/external/chromium/chrome/browser/ui/ |
browser.h | 408 // Show a dialog with HTML content. |delegate| contains a pointer to the 409 // delegate who knows how to display the dialog (which file URL and JSON 411 // that should be parent of the dialog, or NULL for the default. 561 // Used by the "Get themes" link in the options dialog. [all...] |
/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/ |
PerformanceResultsPreferencePage.java | 436 * @return The dialog title 457 DirectoryDialog dialog = new DirectoryDialog(getShell(), SWT.OPEN); local 458 dialog.setText(getDialogTitle()); 459 dialog.setMessage("Select local database directory:"); 460 dialog.setFilterPath(location); 461 String path = dialog.open(); [all...] |
/frameworks/base/docs/html/sdk/api_diff/12/changes/ |
methods_index_all.html | 142 <nobr><A HREF="android.app.Dialog.html#android.app.Dialog.dispatchGenericMotionEvent_added(android.view.MotionEvent)" class="hiddenlink" target="rightframe">type <b> 143 (<code>MotionEvent</code>)</b> in android.app.Dialog 367 <nobr><A HREF="android.app.Dialog.html#android.app.Dialog.onGenericMotionEvent_added(android.view.MotionEvent)" class="hiddenlink" target="rightframe">type <b> 368 (<code>MotionEvent</code>)</b> in android.app.Dialog [all...] |
/external/chromium/chrome/browser/chromeos/options/ |
vpn_config_view.cc | 206 return true; // Close dialog. 230 return true; // Close dialog.
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 348 // dialog. 433 // normal permissions install dialog.
|
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.cc | 185 // A callback to notify the delegate that the dialog closed. 194 // Record the state at which the user cancelled the signon dialog.
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt.cc | 255 void LoginHandler::SetDialog(ConstrainedWindow* dialog) { 256 dialog_ = dialog;
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_web_ui_factory.cc | 105 // dialog as backup. It's just that on Chrome OS, it's the only 106 // print dialog.
|
gpu_internals_ui.cc | 374 // Only allow a single dialog at a time. 399 // Only allow a single dialog at a time.
|
/external/chromium/chrome/browser/ui/webui/options/ |
about_page_handler.cc | 179 // The Chromium link within the main text of the dialog. 190 // The Open Source link within the main text of the dialog. We need to use
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
OGLESContext.java | 510 public void onClick(DialogInterface dialog, int whichButton) { 518 public void onClick(DialogInterface dialog, int whichButton) {
|
/external/llvm/lib/Support/Windows/ |
Signals.inc | 241 // Environment variable to disable any kind of crash dialog. 451 // Allow dialog box to pop up allowing choice to start debugger.
|