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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/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/Source/WebCore/manual-tests/
onfocus-alert-blinking-caret.html 4 Focus the field below, then dismiss the alert. The field should retain the focus,
quit-inside-unload.html 9 alert("Now Quit Safari. Do not dismiss this alert first.");
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/tests/StatusBar/res/layout/
test_alert.xml 35 android:onClick="dismiss"
46 android:id="@+id/dismiss"
50 android:onClick="dismiss"
51 android:text="Dismiss" />
confirmation_activity.xml 25 android:onClick="dismiss"
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 33 public void dismiss(View v) { method in class:TestAlertActivity
34 Log.d("StatusBarTest", "TestAlertActivity.dismiss");
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 17 public void dismiss() { method in class:MockDialogInterface
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
IndeterminateProgressDialog.java 31 * dialog even after a call to dismiss the dialog {@link #dismiss()} or
38 * To dismiss the dialog, use {@link #dismiss()} or {@link #dismissAllowingStateLoss()} on the
106 // Upon returning, we want to dismiss this progress dialog fragment.
147 * This tells the progress dialog to dismiss itself after guaranteeing to be shown for the
151 public void dismiss() { method in class:IndeterminateProgressDialog
157 * This tells the progress dialog to dismiss itself (with state loss) after guaranteeing to be
168 * Tells the progress dialog to dismiss itself after guaranteeing that the dialog had been
176 // dismiss immediatel
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 56 mOptionsDialog.dismiss();
67 mOptionsDialog.dismiss();
86 mOptionsDialog.dismiss();
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
continue-typing-to-dismiss-reversion.html 31 <title>Continue Typing to Dismiss Reversion Panel Test</title>
34 <div><p>This test verifies that, after reversion panel is shown, continue typing will dismiss the reversion panel.</p>
delete-to-dismiss-reversion.html 31 <title>Delete to Dismiss Reversion Panel Test</title>
34 <div><p>This test verifies that, after reversion panel is shown, continue deleting the word will dismiss the reversion panel.</p>
dismiss-multiple-guesses.html 33 <title>Dismiss Multiple Guesses Test</title>
37 <p>After seeing the panel with multiple candidates, pressing ESC key to dismiss the panel.</p>
type-whitespace-to-dismiss-reversion.html 31 <title>Type Whitespace to Dismiss Reversion Panel Test</title>
34 <div><p>This test verifies that, after reversion panel is shown, typing whitespace will dismiss the reversion panel.</p>
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DialogTest.java 37 dialog.dismiss();
95 dialog.dismiss();
136 dialog.dismiss();
172 @Override public void dismiss() { method in class:DialogTest.TestDialog
173 super.dismiss();
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 115 dialog.dismiss();
135 * @see Dialog#dismiss()
137 public void dismiss() { method in class:MenuDialogHelper
139 mDialog.dismiss();
151 dismiss(); method
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.js 51 ClearBrowserDataOverlay.dismiss();
97 ClearBrowserDataOverlay.dismiss();
101 ClearBrowserDataOverlay.dismiss = function() {
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 66 // Dismiss the notification that brought us here.
92 dialog.dismiss();
99 dialog.dismiss();
  /packages/apps/Phone/src/com/android/phone/
CdmaDisplayInfo.java 47 sDisplayInfoDialog.dismiss();
71 * Dismiss the DisplayInfo record
78 sDisplayInfoDialog.dismiss();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java 30 void dismiss(); method in interface:RecentsCallback
  /packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java 79 // Call the pre-set dismiss listener too.
113 * Set the dismiss listener to be called when the dialog is ended. There,
134 // The caller may set a dismiss listener to hear back when the dialog is
149 mAlertDialog.dismiss();
  /sdk/templates/activities/SettingsActivity/root/res/xml/
pref_data_sync.xml 4 dismiss it. -->
  /development/samples/training/notify-user/res/values/
strings.xml 31 <string name="dismiss">Dismiss</string>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialogFragment.java 68 public void dismiss() { method in class:ShadowDialogFragment
70 dialog.dismiss();
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityCallback.java 23 * Dismiss the given security screen.
26 void dismiss(boolean securityVerified); method in interface:KeyguardSecurityCallback

Completed in 2218 milliseconds

1 2 3 4 5 6 7 8 91011>>