/frameworks/base/core/res/res/values-large/ |
themes.xml | 36 parent="@android:style/Theme.Holo.Dialog.FixedSize"> 37 <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item> 40 parent="@android:style/Theme.Holo.Dialog.NoActionBar.FixedSize"> 41 <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item> 44 parent="@android:style/Theme.Holo.Light.Dialog.FixedSize"> 47 parent="@android:style/Theme.Holo.Light.Dialog.NoActionBar.FixedSize">
|
themes_device_defaults.xml | 35 parent="@android:style/Theme.DeviceDefault.Dialog.FixedSize"> 36 <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item> 39 parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar.FixedSize"> 40 <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item> 43 parent="@android:style/Theme.DeviceDefault.Light.Dialog.FixedSize"> 46 parent="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar.FixedSize">
|
/frameworks/base/docs/html/training/search/ |
backward-compat.jd | 17 Dialog for Older Devices</a></li> 26 later. To support older platforms, you can fall back to the search dialog. The search dialog is a 31 <p>To setup the search dialog, first declare in your manifest that you want to support older 42 <h2 id="provide-sd">Provide the Search Dialog for Older Devices</h2> 44 <p>To invoke the search dialog on older devices, call {@link
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
CreateDirectoryFragment.java | 22 import android.app.Dialog; 44 * Dialog to create a new directory. 50 final CreateDirectoryFragment dialog = new CreateDirectoryFragment(); local 51 dialog.show(fm, TAG_CREATE_DIRECTORY); 55 public Dialog onCreateDialog(Bundle savedInstanceState) { 70 public void onClick(DialogInterface dialog, int which) {
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipHelper.java | 36 import javax.sip.Dialog; 310 public ClientTransaction sendReinvite(Dialog dialog, 313 Request request = dialog.createRequest(Request.INVITE); 328 dialog.sendRequest(clientTransaction); 424 public void sendInviteAck(ResponseEvent event, Dialog dialog) 429 Request ack = dialog.createAck(cseq); 431 dialog.sendAck(ack); 434 public void sendBye(Dialog dialog) throws SipException 501 Dialog dialog = ((DialogTerminatedEvent) event).getDialog(); local [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
CancelActivity.java | 20 import android.app.Dialog; 50 public void onClick(DialogInterface dialog, int which) { 59 public void onClick(DialogInterface dialog, int which) { 63 public void onCancel(DialogInterface dialog) { 84 protected Dialog onCreateDialog(int id, Bundle bundle) { 109 Log.w(LOG_TAG, "Unknown dialog id: " + id);
|
SelectAccountActivity.java | 19 import android.app.Dialog; 41 public void onClick(DialogInterface dialog, int which) { 44 public void onCancel(DialogInterface dialog) { 84 public void onClick(DialogInterface dialog, int which) { 85 dialog.dismiss(); 100 protected Dialog onCreateDialog(int resId, Bundle bundle) {
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmUtils.java | 61 TimePickerDialog dialog = TimePickerDialog.newInstance(listener, local 63 dialog.setThemeDark(true); 65 // Make sure the dialog isn't already added. 74 if (dialog != null && !dialog.isAdded()) { 75 dialog.show(manager, FRAG_TAG_TIME_PICKER);
|
/packages/apps/Settings/src/com/android/settings/ |
RegulatoryInfoDisplayActivity.java | 40 * information (text will be centered in the dialog). 47 * Display the regulatory info graphic in a dialog window. 86 AlertDialog dialog = builder.show(); local 87 // we have to show the dialog first, or the setGravity() call will throw a NPE 88 TextView messageText = (TextView) dialog.findViewById(android.R.id.message); 115 public void onDismiss(DialogInterface dialog) {
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiScanModeActivity.java | 23 import android.app.Dialog; 68 mDialog.show(getFragmentManager(), "dialog"); 126 public Dialog onCreateDialog(Bundle savedInstanceState) { 131 public void onClick(DialogInterface dialog, int whichButton) { 138 public void onClick(DialogInterface dialog, int whichButton) { 146 public void onCancel(DialogInterface dialog) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
AttachmentProgressDialogFragment.java | 19 import android.app.Dialog; 67 public Dialog onCreateDialog(final Bundle savedInstanceState) { 80 public void onDismiss(DialogInterface dialog) { 82 super.onDismiss(dialog); 86 public void onCancel(DialogInterface dialog) { 91 super.onCancel(dialog);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
EmptyFolderDialogFragment.java | 21 import android.app.Dialog; 33 * A confirmation dialog for emptying folders of all contents. 61 * @param numConversations The number of conversations to display in the dialog. 62 * @param folderType The type of dialog to show. The current available options are 81 public Dialog onCreateDialog(final Bundle savedInstanceState) { 97 public void onClick(final DialogInterface dialog, final int whichButton) {
|
TurnAutoSyncOnDialog.java | 21 import android.app.Dialog; 33 * Confirmation dialog for turning global auto-sync setting on. 70 public Dialog onCreateDialog(Bundle savedInstanceState) { 84 public void onClick(DialogInterface dialog, int whichButton) { 89 // account (used for constructing this dialog) was 107 public void onClick(DialogInterface dialog, int which) {
|
/packages/services/Telephony/src/com/android/phone/ |
IccPanel.java | 19 import android.app.Dialog; 31 public class IccPanel extends Dialog { 49 // TODO: Ideally, we'd like this dialog to be visible in front of the 55 // window, since we're a Dialog (not an Activity), and the framework 56 // won't ever let a dialog hide the keyguard (because there could 66 // once this dialog gets moved into the framework and becomes a truly
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkMessageBox.py | 18 # - parent: which window to place the dialog on top of 20 # - title: dialog title 22 # - type: dialog type; that is, which buttons to display (see below) 25 from tkCommonDialog import Dialog 55 # message dialog class 57 class Message(Dialog):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkMessageBox.py | 18 # - parent: which window to place the dialog on top of 20 # - title: dialog title 22 # - type: dialog type; that is, which buttons to display (see below) 25 from tkCommonDialog import Dialog 55 # message dialog class 57 class Message(Dialog):
|
/developers/samples/android/common/src/java/com/example/android/common/play/ |
GoogleServicesConnectionFailedHelper.java | 20 import android.app.Dialog; 65 * If no resolution is available, display a dialog to the 69 fragment.setDialog(new Dialog(mActivity));
|
/external/chromium/chrome/browser/autofill/ |
autofill_dialog.h | 24 // An interface the AutoFill dialog uses to notify its clients (observers) when 40 // Shows the AutoFill dialog, which allows the user to edit profile information. 42 // contains the current profile information and credit cards. The dialog fills
|
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog.h | 39 // Display a dialog, prompting the user to authenticate to unlock 41 // affects the message displayed in the dialog. |server| is the name 49 // Returns a CryptoModuleBlockingPasswordDelegate to open a dialog and block
|
/external/chromium/chrome/browser/ui/gtk/ |
html_dialog_gtk.h | 34 // Initializes the contents of the dialog (the DOMView and the callbacks). 57 // about when the dialog is closing. For all other actions (besides dialog
|
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.h | 34 // This dialog is a singleton. If the dialog is already opened, it won't do 45 // Sets up all UI controls for the dialog.
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_utils_win.cc | 19 // A helper method that opens the Internet Options control panel dialog with 27 // new dialog to be made for each call. rundll32 uses the same global 28 // dialog and it seems to share with the shortcut in control panel.
|
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/ |
AccountChooserFragment.java | 8 import android.app.Dialog; 30 public Dialog onCreateDialog(Bundle savedInstanceState) { 42 public void onClick(DialogInterface dialog, int which) {
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
echo_private_api.cc | 37 // URL of "More info" link shown in echo dialog in GetUserConsent function. 218 // Open the link in a new window. The echo dialog is modal, so the current 219 // window is useless until the dialog is closed. 254 // Add ref to ensure the function stays around until the dialog listener is 258 // Create and show the dialog. 259 chromeos::EchoDialogView* dialog = new chromeos::EchoDialogView(this); local 261 dialog->InitForEnabledEcho( 265 dialog->InitForDisabledEcho(); 267 dialog->Show(GetCurrentBrowser()->window()->GetNativeWindow()); 269 // If there is a dialog_shown_callback_, invoke it with the created dialog [all...] |
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
error_screen_actor.h | 55 // Initializes captive portal dialog and shows that if needed. 58 // Shows captive portal dialog. 61 // Hides captive portal dialog.
|