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

1 2 3 4 56 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 149 * Dismiss the fragment and its dialog. If the fragment was added to the
154 public void dismiss() { method in class:DialogFragment
159 * Version of {@link #dismiss()} that uses
175 mDialog.dismiss();
434 mDialog.dismiss();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 265 dismiss();
280 // If we were started from a notification, dismiss it.
316 // If the new intent was sent from a notification, dismiss it.
388 void dismiss() { method in class:CellBroadcastAlertFullScreen
398 Log.e(TAG, "dismiss() called with empty message list!");
  /frameworks/base/core/java/android/widget/
Spinner.java 416 mPopup.dismiss();
623 dialog.dismiss();
876 * Dismiss the popup
878 public void dismiss(); method in interface:Spinner.SpinnerPopup
906 public void dismiss() { method in class:Spinner.DialogPopup
907 mPopup.dismiss();
945 dismiss(); method
    [all...]
  /frameworks/base/core/java/android/app/
DialogFragment.java 35 * the dialog (deciding when to show, hide, dismiss it) should be done through
62 * and Dialog states remains consistent. To do this, it watches for dismiss
252 * Dismiss the fragment and its dialog. If the fragment was added to the
257 public void dismiss() { method in class:DialogFragment
262 * Version of {@link #dismiss()} that uses
278 mDialog.dismiss();
539 mDialog.dismiss();
Presentation.java 71 * So an application can simply watch for these notifications and show or dismiss
213 // dismiss the presentation immediately. This case is expected
242 * The system automatically calls {@link #cancel} to dismiss the presentation
256 * {@link #cancel} to dismiss the presentation.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 304 * Recover and dismiss the progress dialog fragment
743 dismiss();
841 dismiss(); method
850 dismiss(); method
862 dismiss(); method
928 dismiss(); method
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 65 /** Keep track of the progress dialog so we can dismiss it */
134 // We save off the progress dialog in a field so that we can dismiss
287 mProgressDialog.dismiss();
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 133 public void dismiss() { method in class:OverlayDisplayWindow
276 dismiss();
284 dismiss();
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 154 dismiss();
168 dismiss();
243 dismiss(); method
  /packages/apps/Email/src/com/android/email/activity/
MoveMessageToDialog.java 144 * one instance active, and for debounce purposes, we dismiss any existing ones.
154 // Something is already attached. Dismiss it!
175 dismiss(); method
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 343 dialog.dismiss();
363 dialog.dismiss();
364 certDialog.dismiss();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 65 * Dismiss the dialog if the bond state changes to bonded or none,
77 dismiss();
82 dismiss();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 174 // Dismiss all of our presentations but remember their contents.
180 presentation.dismiss();
222 presentation.dismiss();
271 dialog.dismiss();
  /development/samples/KeyChainDemo/
_index.html 36 any keystore updates. The easiest way to do this is to dismiss the app in the Recent Apps list.
  /development/samples/training/ContactsList/
AndroidManifest.xml 36 remaining space so that inline searching can take place without having to dismiss the
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.h 91 // info label and option/dismiss buttons.
balloon_view.h 122 // True if a notification should have info/option/dismiss label/buttons.
  /external/chromium/chrome/browser/resources/options/
certificate_edit_ca_trust_overlay.js 156 CertificateEditCaTrustOverlay.dismiss = function() {
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 55 - (IBAction)dismiss:(id)sender;
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu.cc 63 // clickable region. If it's in a button that doesn't dismiss the menu, fire
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 162 web_ui_->CallJavascriptFunction("ImportDataOverlay.dismiss");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 121 public void dismiss() { method in class:ShadowPopupWindow
  /frameworks/base/core/java/android/webkit/
ZoomControlExternal.java 79 /* Don't dismiss the controls if the user has
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuPresenter.java 310 popup.dismiss();
317 * Dismiss all popup menus - overflow and submenus.
327 * Dismiss all submenu popups.
333 mActionButtonPopup.dismiss();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 158 * Storage is now mounted. Dismiss any media notifications,
172 * The unmount was due to UMS being enabled. Dismiss any
196 * The unmount was due to UMS being enabled. Dismiss any
378 * Dismiss the previous notification - we're about to

Completed in 1091 milliseconds

1 2 3 4 56 7 8 91011>>