HomeSort by relevance Sort by last modified time
    Searched full:dismiss (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/WebCore/manual-tests/resources/
alert-and-go-back.html 3 alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
  /external/webkit/WebCore/manual-tests/
right-click-crash.html 2 document.onmousedown = function () { alert("Dismiss this and quickly right click again."); };
4 To try to reproduce the bug, right click and then dismiss the dialog by hitting Return.
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 17 public void dismiss() { method in class:MockDialogInterface
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 67 dismiss(false);
71 dismiss(true);
105 // Register to get the alarm killed/snooze/dismiss intent.
133 /* dismiss button: close notification */
134 findViewById(R.id.dismiss).setOnClickListener(
137 dismiss(false);
149 dismiss(false);
202 // Dismiss the alarm.
203 private void dismiss(boolean killed) { method in class:AlarmAlertFullScreen
254 // Volume keys and camera keys dismiss the alar
    [all...]
  /packages/apps/IM/src/com/android/im/
IRemoteImService.aidl 53 * Dismiss all notifications for an IM provider.
58 * Dismiss notification for the specified chat.
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 64 dismiss(true);
135 /* dismiss button: close notification */
136 findViewById(R.id.dismiss).setOnClickListener(
139 dismiss(false);
199 // Dismiss the alarm.
200 private void dismiss(boolean killed) { method in class:AlarmAlertFullScreen
249 // Volume keys and camera keys dismiss the alarm
261 dismiss(false);
277 // Don't allow back to dismiss. This method is overriden by AlarmAlert
  /packages/apps/Phone/src/com/android/phone/
CdmaDisplayInfo.java 47 sDisplayInfoDialog.dismiss();
71 * Dismiss the DisplayInfo record
78 sDisplayInfoDialog.dismiss();
IccNetworkDepersonalizationPanel.java 103 dismiss();
136 // The "Dismiss" button is present in some (but not all) products,
140 if (DBG) log("Enabling 'Dismiss' button...");
144 if (DBG) log("Removing 'Dismiss' button...");
210 dismiss();
IccMissingPanel.java 43 dismiss();
IccPanel.java 51 // needing to enter the lock pattern or dismiss the keyguard first.)
60 // lock pattern (or dismiss the keyguard) *before* being able to type
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 112 dialog.dismiss();
128 * @see Dialog#dismiss()
130 public void dismiss() { method in class:MenuDialogHelper
132 mDialog.dismiss();
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
PowerDialog.java 122 this.dismiss();
140 this.dismiss();
160 this.dismiss();
173 public void dismiss() { method in class:PowerDialog
174 super.dismiss();
175 Log.d(TAG, "dismiss... reenabling expand");
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PowerDialog.java 126 this.dismiss();
144 this.dismiss();
164 this.dismiss();
177 public void dismiss() { method in class:PowerDialog
178 super.dismiss();
179 Log.d(TAG, "dismiss... reenabling expand");
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 97 dialog.dismiss();
101 .setNegativeButton(R.string.dismiss, new DialogInterface.OnClickListener() {
103 dialog.dismiss();
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 38 // 5-minute timeout, then we automatically dismiss the crash dialog
96 // ahead and explicitly dismiss ourselves just in case.
97 dismiss();
  /frameworks/base/core/java/android/app/
AlertDialog.java 526 * item. Clicking on an item in the list will not dismiss the dialog.
527 * Clicking on a button will dismiss the dialog.
535 * button, if no buttons are supplied it's up to the user to dismiss the dialog.
553 * dismiss the dialog. Clicking on a button will dismiss the dialog.
561 * button, if no buttons are supplied it's up to the user to dismiss the dialog.
579 * dismiss the dialog. Clicking on a button will dismiss the dialog.
589 * button, if no buttons are supplied it's up to the user to dismiss the dialog.
607 * checked item. Clicking on an item in the list will not dismiss the dialog. Clicking on
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 43 * Delayed time to dismiss the balloon hint.
83 * Timer used to show/dismiss the balloon window with some time delay.
223 dismiss(); method
258 // but before that, if we find the size is changed, a mandatory dismiss
260 // can be different in 1-pixel, and we do not dismiss the balloon when
325 dismiss(); method
  /frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java 101 dismiss(); method
109 dismiss(); method
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java 95 // Dismiss any dialog when pausing
96 mQuickContact.dismiss();
  /frameworks/base/core/java/com/android/internal/app/
AlertActivity.java 57 public void dismiss() { method in class:AlertActivity
  /packages/apps/Contacts/src/com/android/contacts/
SearchEditText.java 27 * A custom text editor that helps automatically dismiss the activity along with the soft
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 48 * Display a class-zero SMS message to the user. Wait for the user to dismiss
60 /** Default timer to dismiss the dialog. */
71 /** The timer to dismiss the dialog automatically. */
81 mDialog.dismiss();
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 56 dismiss();
129 public void dismiss() { method in class:FindDialog
130 super.dismiss();
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 71 dialog.dismiss();
87 * The default OnCancelListener just closes itself with {@link Dialog#dismiss()}.
141 dialog.dismiss();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java 129 // Dismiss dialog on up move when nothing, or an item on the top row, is selected.
137 // Dismiss dialog when typing on hard keyboard (soft keyboard is behind the dialog,
179 dismiss(); method

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8