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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 33 public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java 35 public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
AndroidJUnitLaunchConfigurationTab.java 63 import org.eclipse.jface.dialogs.Dialog;
166 Dialog.applyDialogFont(comp);
551 * Show a dialog that lists all main types
579 SelectionDialog dialog = new TestSelectionDialog(shell, types); local
580 dialog.setTitle(JUnitMessages.JUnitLaunchConfigurationTab_testdialog_title);
581 dialog.setMessage(JUnitMessages.JUnitLaunchConfigurationTab_testdialog_message);
582 if (dialog.open() == Window.CANCEL) {
586 Object[] results = dialog.getResult();
605 * Show a dialog that lets the user select a Android project. This in turn provides
924 ElementTreeSelectionDialog dialog = new ElementTreeSelectionDialog(getShell(), local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 83 * A dialog to let the user select a resource based on a resource type.
86 /** The return code from the dialog for the user choosing "Clear" */
88 /** The dialog button ID for the user choosing "Clear" */
113 * Whether the {@link #mEditValueText} textfield should be shown when the dialog is created.
120 * when the widget is created, to distinguish between "the dialog was created" and
136 * Creates a Resource Chooser dialog.
166 * Sets whether this dialog should show the value field as a separate text
167 * value (and take the resulting value of the dialog from this text field
510 // Show a name/value dialog entering the key name and the value
542 // Show a name/value dialog entering the key name and the valu
547 NameValueDialog dialog = new NameValueDialog(shell, getFilter()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchConfigTabGroups.java 30 public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ILogUiProvider.java 26 * Sets the description in the current task dialog.
ProgressViewFactory.java 24 * An {@link ITaskFactory} that creates a new {@link ProgressTask} dialog
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
AuthenticationDialog.java 30 * Dialog which collects from the user his/her login and password.
48 * be displayed in this dialog.
52 * @param message Message the be displayed in this dialog.
63 // Configure Dialog
  /external/dbus/tools/
dbus-viewer.c 56 GtkWidget *dialog; local
57 dialog = gtk_message_dialog_new (transient_parent,
63 g_signal_connect (G_OBJECT (dialog), "response", G_CALLBACK (gtk_widget_destroy), NULL);
67 *weak_ptr = dialog;
68 g_object_add_weak_pointer (G_OBJECT (dialog), (void**)weak_ptr);
71 gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
73 gtk_widget_show_all (dialog);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 20 import android.app.Dialog;
44 public class RecentApplicationsDialog extends Dialog implements OnClickListener {
80 * We create the recent applications dialog just once, and it stays around (hidden)
156 // The dialog always handles the key to prevent the ViewRoot from
165 * Dismiss the dialog and switch to the selected application.
219 * Set up and show the recent activities dialog.
236 * Dismiss the recent activities dialog.
  /gdk/samples/PhotoEditor/res/values/
strings.xml 30 <!-- Dialog message prompted when the user is abandoning unsaved changes. [CHAR LIMIT=50] -->
33 <!-- Dialog yes button for the user to accept text presented in a dialog. [CHAR LIMIT=12] -->
36 <!-- Dialog no button for the user to decline text presented in a dialog. [CHAR LIMIT=12] -->
39 <!-- Dialog cancel button for the user to cancel a dialog. [CHAR LIMIT=12] -->
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 48 * for pairing with a remote Bluetooth device. It is an activity that appears as a dialog.
63 * Dismiss the dialog if the bond state changes to bonded or none,
120 Log.e(TAG, "Invalid Confirmation Passkey received, not showing any dialog");
137 Log.e(TAG, "Invalid Confirmation Passkey or PIN received, not showing any dialog");
149 Log.e(TAG, "Incorrect pairing type received, not showing any dialog");
285 // indicating that the dialog has been displayed.
351 public void onClick(DialogInterface dialog, int which) {
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 41 * Return value if the dialog is canceled (with the Cancel button or by
42 * closing the dialog window).
47 * Return value if the dialog is approved (with the Ok button).
349 * Sets the KeepClassSpecification to be represented in this dialog.
377 * Sets the ClassSpecification to be represented in this dialog.
412 * Returns the KeepClassSpecification currently represented in this dialog.
432 * Returns the ClassSpecification currently represented in this dialog.
469 * Shows this dialog. This method only returns when the dialog is closed.
478 // Open the dialog in the right place, then wait for it to be closed
    [all...]
  /packages/apps/Phone/src/com/android/phone/
FdnSetting.java 143 // Progress through the dialog states, generally in this order:
150 // In general, if any invalid entries are made, the dialog re-
272 // throw an alert dialog on the screen, displaying the
306 * Cancel listener for the PUK2 request alert dialog.
309 public void onCancel(DialogInterface dialog) {
310 // set the state of the preference and then display the dialog.
324 * The next two functions are for updating the message field on the dialog.
364 * Reset the state of the pin change dialog.
375 * Reset the state of the pin change dialog solely for PUK2 use.
439 // Only reset the pin change dialog if we're not in the middle of changing it
    [all...]
OutgoingCallBroadcaster.java 21 import android.app.Dialog;
87 // Dialog IDs
241 * decision may also involve popping up a dialog to ask the user to
346 // isFinishing() return false when 1. broadcast is still ongoing, or 2. dialog is being
624 // disturb the dialog), but we *do* need it here in onStop() to be
625 // sure we clean up if the user hits HOME while the dialog is up.
627 // Note it's safe to call removeDialog() even if there's no dialog
639 * alternative action to take), or otherwise display an error dialog,
671 // supported" dialog.
674 // or cancels the dialog
679 Dialog dialog; local
    [all...]
CallFeaturesSetting.java 22 import android.app.Dialog;
221 // dialog identifiers for voicemail
389 * Id of the dialog being currently shown.
588 if (DBG) log("onPreferenceClick: request preference click on dialog close: " +
609 if (DBG) log("updating default for voicemail dialog");
1388 AlertDialog dialog = b.create(); local
1396 ProgressDialog dialog = new ProgressDialog(this); local
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 22 import android.app.Dialog;
54 // Dialog parameter ids
570 * Create a new dialog
572 * @param id The dialog id
573 * @param bundle The dialog bundle
575 * @return The dialog
577 public Dialog onCreateDialog(int id, final Bundle bundle) {
598 public void onClick(DialogInterface dialog, int which) {
610 public void onClick(DialogInterface dialog, int which) {
615 public void onCancel(DialogInterface dialog) {
    [all...]
  /external/chromium/chrome/browser/
browser_signin.cc 92 return GURL("chrome://dialog/signin");
120 // Method which calls into javascript to force the dialog to close.
264 // Close the dialog.
291 // The dialog will be deleted by WebUI due to the dialog close,
  /external/chromium/chrome/browser/ui/gtk/
hung_renderer_dialog_gtk.cc 29 // A wrapper class that represents the Gtk dialog.
44 // Create the gtk dialog and add the widgets.
183 // When the user clicks a button on the dialog or closes the dialog, this
185 void HungRendererDialogGtk::OnResponse(GtkWidget* dialog, int response_id) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 21 import android.app.Dialog;
173 public Dialog onCreateDialog(int id, Bundle bundle) {
181 public void onClick(DialogInterface dialog, int which) {
189 public void onClick(DialogInterface dialog, int which) {
267 public void onCancel(DialogInterface dialog) {
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 6 Dialog boxes used in JetCreator
40 """ Class used to build dialog box controls from the definitions in JetDefs """
138 class JetOpen(wx.Dialog):
141 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_JETOPEN)
154 """ Exit the dialog with flag to import """
179 """ Exit the dialog with flag to create new blank jet file """
194 class JetPreferences(wx.Dialog):
195 """ Preferences dialog box """
197 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_PREFERENCES)
213 class JetAbout(wx.Dialog):
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 143 // Popup the dialog box now
153 // if mPopupImmediately == FALSE and needVerify == TRUE, a dialog will be opened
175 // However, the UI should at least close the dialog when timeout. Further,
211 // if not to popup dialog immediately, pending intent will open the dialog
223 // Opens the notification dialog and waits for user input
235 // Construct the intent for bringing up the dialog activity, which shows the
416 // change this to configure dialog display (for verification)
422 // change this to configure dialog display (for verification)
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 22 import android.app.Dialog;
134 Dialog crashDialog; // dialog being displayed due to crash.
135 boolean notResponding; // does the app have a not responding dialog?
136 Dialog anrDialog; // dialog being displayed due to app not resp.
139 boolean waitedForDebugger; // has process show wait for debugger dialog?
140 Dialog waitDialog; // current wait for debugger dialog
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 27 import android.app.Dialog;
85 public Dialog onCreateDialog(final int id) {
86 Dialog dialog = null; local
88 dialog = new AlertDialog.Builder(getActivity())
94 public void onClick(DialogInterface dialog, int which) {
126 dialog = new AlertDialog.Builder(getActivity())
132 dialog = new AlertDialog.Builder(getActivity())
138 return dialog;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtypeSettings.java 22 import android.app.Dialog;
255 public void onCancel(DialogInterface dialog) {
262 public void onClick(DialogInterface dialog, int which) {
263 super.onClick(dialog, which);
303 final Dialog dialog = getDialog(); local
304 if (dialog == null || !dialog.isShowing()) {
506 public void onClick(DialogInterface dialog, int which) {

Completed in 868 milliseconds

<<21222324252627282930>>