/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/actions/ |
AboutAction.java | 46 setToolTipText("Shows the about dialog");
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressTaskFactory.java | 26 * An {@link ITaskFactory} that creates a new {@link ProgressTask} dialog
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsPermissionDialog.java | 18 import org.eclipse.jface.dialogs.Dialog; 39 * Dialog to get user permission for ping service. 41 public class SdkStatsPermissionDialog extends Dialog { 42 /* Text strings displayed in the opt-out dialog. */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
PlayVideoActivity.java | 24 import android.app.Dialog; 112 public Dialog onCreateDialog(int id, Bundle args) { 120 public void onClick(DialogInterface dialog, int which) {
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.mm | 49 // Get data from current tab, if one exists. This dialog could be called 52 // TODO(mirandac): This dialog should be a tab-modal sheet if a browser 135 // and thereby the menu in the popup button in the dialog box.
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 103 // Sets the icon for the danger warning dialog. 200 // The dangerous download dialog. This will be null for safe downloads. 205 // An hbox for holding components of the dangerous download dialog.
|
/external/chromium/chrome/browser/ui/ |
input_window_dialog_win.cc | 24 // The Windows implementation of the cross platform input dialog interface. 93 // Set up dialog controls and layout. 96 // Sets focus to the first focusable element within the dialog.
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_ui.cc | 135 // Send autofill data to HTML once the dialog is ready and the data is 247 ConstrainedWindow* dialog = ConstrainedHtmlUI::CreateConstrainedHtmlDialog( local 251 SetDialog(dialog);
|
/external/chromium/chrome/common/ |
url_constants.h | 155 // Cloud Print dialog URL components. 206 // The URL for the Chromium project used in the About dialog. 210 // first run dialog.
|
/external/chromium/webkit/glue/ |
password_form.h | 18 // which can be an HTML form or a dialog with username/password text fields. 27 // HTML or dialog form. As one might expect, the more data contained in one 51 // contains the HTTP realm for dialog-based forms).
|
/frameworks/base/core/java/android/app/ |
TimePickerDialog.java | 31 * A dialog that prompts the user for the time of day using a {@link TimePicker}. 79 * @param theme the theme to apply to this dialog 114 public void onClick(DialogInterface dialog, int which) {
|
/frameworks/base/core/java/com/android/internal/app/ |
NetInitiatedActivity.java | 37 * requests. It uses the alert dialog style. It will be launched from a notification. 86 // Set up the "dialog" 124 public void onClick(DialogInterface dialog, int which) {
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileList.java | 132 public void onClick(DialogInterface dialog, int which) { 135 dialog.dismiss(); 141 dialog.dismiss();
|
/frameworks/base/voip/java/android/net/sip/ |
ISipSession.aidl | 23 * A SIP session that is associated with a SIP dialog or a transaction that is 24 * not within a dialog. 44 * when the session is associated with a SIP dialog.
|
/packages/apps/Bluetooth/ |
AndroidManifest_test.xml | 49 android:theme="@android:style/Theme.Holo.Dialog" android:label="@string/bt_share_picker_label"> 78 android:theme="@android:style/Theme.Holo.Dialog"> </activity> 96 android:theme="@*android:style/Theme.Holo.Dialog.Alert">
|
/packages/apps/CertInstaller/res/values/ |
strings.xml | 23 <!-- Title of dialog to enter password for pkcs12 --> 27 <!-- Title of dialog to enter password for pkcs12 file --> 29 <!-- Title of dialog to name a credential -->
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupEditorFragment.java | 38 import android.app.Dialog; 162 SELECTING_ACCOUNT, // Account select dialog is showing 230 // Account select dialog is showing. Don't setup the editor yet. 251 // No Account specified. Let the user choose from a disambiguation dialog. 324 // it without showing a dialog. 330 return; // Don't show a dialog. 542 CancelEditDialogFragment dialog = new CancelEditDialogFragment(); local 543 dialog.setTargetFragment(fragment, 0); 544 dialog.show(fragment.getFragmentManager(), "cancelEditor"); 548 public Dialog onCreateDialog(Bundle savedInstanceState) 549 AlertDialog dialog = new AlertDialog.Builder(getActivity()) local [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
MovieViewControl.java | 117 public void onCancel(DialogInterface dialog) { 122 public void onClick(DialogInterface dialog, int which) { 128 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AbstractGalleryActivity.java | 134 public void onCancel(DialogInterface dialog) { 140 public void onClick(DialogInterface dialog, int which) { 141 dialog.cancel();
|
/packages/apps/Music/res/values/ |
strings.xml | 71 <!-- Delete confirmation dialog when deleting an entire artist --> 73 <!-- Delete confirmation dialog when deleting an entire artist --> 76 <!-- Delete confirmation dialog when deleting an entire album --> 78 <!-- Delete confirmation dialog when deleting an entire album --> 81 <!-- Delete confirmation dialog when deleting a single song --> 83 <!-- Delete confirmation dialog when deleting a single song --> 86 <!-- Delete confirmation dialog, confirmation button text --> 96 <!-- shown in dialog while the media scanner is starting up --> 98 <!-- shown in dialog while the media scanner is starting up --> 218 <!-- Dialog box title -- [all...] |
/packages/apps/Settings/src/com/android/settings/ |
PrivacySettings.java | 20 import android.app.Dialog; 49 private Dialog mConfirmDialog; 176 public void onClick(DialogInterface dialog, int which) {
|
/packages/experimental/LoaderApp/res/values/ |
config.xml | 24 If not, dialog shows to let the user to select whether all vcard files are imported or not. 27 <!-- If true, vcard importer shows a dialog which asks the user whether the user wants 28 to import all vcard files in SDCard or select one vcard file. If false, the dialog is
|
/sdk/ddms/app/src/com/android/ddms/ |
AboutDialog.java | 31 import org.eclipse.swt.widgets.Dialog; 41 public class AboutDialog extends Dialog { 60 * Prepare and display the dialog.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchDialog.java | 42 * Dialog shown by the {@link ConvertSwitchQuickFixProcessor}. This is a custom 43 * dialog rather than a plain {@link MessageDialog} such that we can show a link 55 * Create the dialog.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 267 MarginChooser dialog = new MarginChooser(shell, editor, data, all, left, right, 269 if (dialog.open() == Window.OK) { 270 return dialog.getMargins(); 317 MessageDialog dialog = 328 int answer = dialog.open(); 366 final SelectionDialog dialog = JavaUI.createTypeDialog( 371 // Use ? as a default filter to fill dialog with matches 409 dialogHolder.set(dialog); 411 dialog.setTitle("Choose Fragment Class"); 412 dialog.setMessage("Select a Fragment class (? = any character, * = any string):") [all...] |