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

<<21222324252627282930>>

  /frameworks/base/core/java/android/webkit/
WebCoreThreadWatchdog.java 170 // showing the user a prompt dialog.
182 // "page not responding" dialog to the user. Although the
193 // There's no active webview we can use to show the dialog, so
245 public void onClick(DialogInterface dialog, int which) {
253 public void onClick(DialogInterface dialog, int which) {
267 public void onCancel(DialogInterface dialog) {
  /frameworks/base/packages/SystemUI/
AndroidManifest.xml 89 android:theme="@android:style/Theme.Dialog"
112 android:theme="@*android:style/Theme.Dialog.Alert"
120 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
129 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
138 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
147 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
  /frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/
OpenDialog.java 19 import org.eclipse.jface.dialogs.Dialog;
38 * Implements a file selection dialog for both screen shot and xml dump file
45 public class OpenDialog extends Dialog {
57 * Create the dialog.
66 * Create contents of the dialog.
143 * Return the initial size of the dialog.
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 26 import android.app.Dialog;
46 * <li>If no matching contacts found, will prompt user with dialog to add to a
118 // Allow caller to bypass dialog prompt
204 protected Dialog onCreateDialog(int id) {
223 public void onCancel(DialogInterface dialog) {
249 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 58 /** Default timer to dismiss the dialog. */
69 /** The timer to dismiss the dialog automatically. */
170 public void onClick(DialogInterface dialog, int whichButton) {
171 dialog.dismiss();
177 public void onClick(DialogInterface dialog, int whichButton) {
180 dialog.dismiss();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushSenderActivity.java 22 import android.app.Dialog;
89 public Dialog onCreateDialog(int id, Bundle args) {
  /cts/tests/res/values/
strings.xml 105 <string name="edittextpref_dialog_title">dialog title of edit text preference</string>
110 <string name="listpref_dialogtitle">dialog title of list preference</string>
116 <string name="dialogpref_title">title of dialog preference </string>
117 <string name="dialogpref_dialog_title">dialog title of dialog preference </string>
119 <string name="dialogpref_default_value">default value of dialog preference</string>
120 <string name="dialogpref_summary">summary of dialog preference</string>
121 <string name="dialogpref_message">message of dialog preference</string>
  /development/samples/ApiDemos/res/layout/
dialog_activity.xml 17 <!-- Demonstrates an activity with a dialog theme.
40 <!-- Alert dialog style buttons along the bottom. -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DialogActivity.java 33 * <h3>Dialog Activity</h3>
36 * a pop-up dialog.</p>
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 29 It is a dialog form,**/
33 // It is a dialog style form because it's declared as such
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.cc 74 // Returning true closes the dialog.
111 // Dialog is top level if we don't have a tab_contents associated with us.
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.h 25 // A dialog box that is shown when password change was detected.
80 // Called when dialog is accepted.
  /external/chromium/chrome/browser/printing/
printer_query.h 46 // be the owner of the print setting dialog box. It is unused when
89 // Is the Print... dialog box currently shown.
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 21 // cookies dialog.
51 // Controller for the collected cookies dialog. This class stores an internal
  /external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 26 // Size of extension icon in top left of dialog.
30 // elements in the right column of the dialog in the case where the extension
34 // Width of the right column of the dialog when the extension requests no
63 // Implements the extension installation dialog for TOOLKIT_VIEWS.
111 // The width of the right column of the dialog. Will be either
116 // The type of install dialog, which must be INSTALL_PROMPT or
340 ExtensionInstallDialogView* dialog = new ExtensionInstallDialogView( local
344 browser_window->GetNativeHandle(), gfx::Rect(), dialog);
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.h 58 // Set up the control layout within this dialog.
70 // Various dialog controls.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerResponseInterface.java 57 * @param sipDialog -- dialog for this response
68 * This method is called prior to dialog assignment.
  /external/webkit/Source/WebCore/page/
WindowFeatures.h 53 , dialog(false)
77 bool dialog; member in struct:WebCore::WindowFeatures
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.app.Activity.html 87 <nobr><code>Dialog</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onCreateDialog(int, android.os.Bundle)" target="_top"><code>onCreateDialog</code></A>(<code>int,</nobr> Bundle<nobr><nobr></code>)</nobr>
93 <A NAME="android.app.Activity.onPrepareDialog_added(int, android.app.Dialog, android.os.Bundle)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onPrepareDialog(int, android.app.Dialog, android.os.Bundle)" target="_top"><code>onPrepareDialog</code></A>(<code>int,</nobr> Dialog<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
116 <nobr><code>Dialog</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onCreateDialog(int)" target="_top"><code>onCreateDialog</code></A>(<code>int</code>) </nobr>
125 <A NAME="android.app.Activity.onPrepareDialog_changed(int, android.app.Dialog)"></A>
126 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onPrepareDialog(int, android.app.Dialog)" target="_top"><code>onPrepareDialog</code></A>(<code>int,</nobr> Dialog<nobr><nobr></code>) </nobr>
  /frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java 20 import android.app.Dialog;
31 public class CompatModeDialog extends Dialog {
LaunchWarningWindow.java 21 import android.app.Dialog;
29 public class LaunchWarningWindow extends Dialog {
  /frameworks/base/tests/StatusBar/
AndroidManifest.xml 50 <activity android:name="ConfirmationActivity" android:theme="@android:style/Theme.Dialog">
52 <activity android:name="TestAlertActivity" android:theme="@android:style/Theme.Dialog">
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 62 // Set up the "dialog"
79 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/DeskClock/src/com/android/deskclock/
RepeatPreference.java 33 // dialog.
72 public void onClick(DialogInterface dialog, int which,
  /packages/apps/Phone/res/layout/
pref_dialog_editphonenumber.xml 17 <!-- Layout used as the dialog's content View for EditPhoneNumberPreference. -->
43 <!-- The EditText field in the dialog is now created programmatically.

Completed in 1107 milliseconds

<<21222324252627282930>>