Searched
full:dialog (Results
1051 -
1075 of
1945) sorted by null
<<41424344454647484950>>
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 9 import android.app.Dialog; 446 // dialog that gets created can find it. 499 public Dialog onCreateDialog(Bundle savedInstanceState) { 514 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
UsbSettings.java | 20 import android.app.Dialog;
|
/packages/apps/Settings/src/com/android/settings/tts/ |
TextToSpeechSettings.java | 58 /** Preference key for the TTS rate selection dialog. */ 338 public void onClick(DialogInterface dialog, int which) { 344 AlertDialog dialog = builder.create(); local 345 dialog.show();
|
/packages/apps/Stk/src/com/android/stk/ |
StkDialogActivity.java | 53 //keys) for saving the state of the dialog in the icicle
|
/packages/inputmethods/OpenWnn/res/values-zh-rCN/ |
string.xml | 89 <!-- Dialog Messages -->
|
/packages/providers/DownloadProvider/res/values/ |
strings.xml | 163 <!-- Title for dialog when a download exceeds the carrier-specified maximum size of downloads 169 <!-- Text for dialog when a download exceeds the carrier-specified maximum size of downloads 179 <!-- Title for dialog when a download exceeds the carrier-specified recommended maximum size of 185 <!-- Text for dialog when a download exceeds the carrier-specified recommended maximum size of
|
/packages/providers/MediaProvider/ |
AndroidManifest.xml | 68 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 837 * Displays an error dialog box. This dialog box is ran asynchronously in the ui thread, 839 * @param title The title of the dialog box 846 // dialog box only run in ui thread.. 857 * Displays a warning dialog box. This dialog box is ran asynchronously in the ui thread, 859 * @param title The title of the dialog box 866 // dialog box only run in ui thread.. 877 * Display a yes/no question dialog box. This dialog is opened synchronously in the ui thread [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 38 * Dialog for editing visible columns in the {@link LintList}
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterBaseDialog.java | 56 * close button at the bottom of the dialog.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
SdkLogAdapter.java | 41 * Sets the description in the current task dialog.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
HardwarePropertyChooser.java | 37 * Dialog to choose a hardware property
|
/cts/tests/src/android/app/cts/ |
TestDialog.java | 18 import android.app.Dialog; 31 public class TestDialog extends Dialog {
|
/cts/tests/tests/app/src/android/app/cts/ |
ProgressDialogTest.java | 113 public void onCancel(DialogInterface dialog) { 148 public void onCancel(DialogInterface dialog) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentLayout.java | 68 // dialog in-line with the list so we don't need this activity. 160 // the dialog fragment with selected text.
|
SearchInvoke.java | 150 .setMessage("To invoke search, dismiss this dialog and press the search key" + 162 .setMessage("To invoke search, dismiss this dialog and start typing.")
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentLayoutSupport.java | 69 // dialog in-line with the list so we don't need this activity. 163 // the dialog fragment with selected text.
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
AddVoicemailActivity.java | 30 import android.app.Dialog; 150 protected Dialog onCreateDialog(int id, Bundle bundle) {
|
/external/chromium/base/ |
event_recorder.cc | 208 // A system modal dialog box is being displayed. Stop playing back 214 // A system modal dialog box is destroyed. We can start playing back
|
/external/chromium/chrome/browser/extensions/ |
extension_file_browser_private_api.cc | 785 HtmlDialogView* dialog, 788 map_.insert(std::make_pair(tab_id, Callback(listener, dialog, params))); 820 void FileDialogFunction::CloseDialog(HtmlDialogView* dialog) { 821 DCHECK(dialog); 824 dialog->CloseContents(contents); 912 CloseDialog(callback.dialog()); [all...] |
extension_install_ui.cc | 65 // Size of extension icon in top left of dialog. 200 // dialog when installing an app from the gallery.
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_unittest.cc | 171 EXPECT_THAT(dialog_url, HasSubstr("/dialog.html")); 181 EXPECT_THAT(dialog_url, HasSubstr("/dialog.html"));
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_action_context_menu.mm | 36 // confirmation dialog to uninstall the given extension. 37 // Also acts as the extension's UI delegate in order to display the dialog.
|
extension_install_dialog_controller_unittest.mm | 79 // dialog is interacting with it correctly. 104 // are hooked up, and that the dialog calls cancel when cancel is pressed.
|
/external/chromium/chrome/browser/ui/gtk/ |
edit_search_engine_dialog.cc | 102 // The dialog layout hierarchy looks like this: 264 void EditSearchEngineDialog::OnResponse(GtkWidget* dialog, int response_id) {
|
Completed in 826 milliseconds
<<41424344454647484950>>