HomeSort by relevance Sort by last modified time
    Searched refs:dialog (Results 201 - 225 of 568) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SeekBarDialogPreference.java 123 public void onClick(final DialogInterface dialog, final int which) {
124 super.onClick(dialog, which);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java 21 import android.app.Dialog;
41 private Dialog mDialog;
114 public void onCancel(DialogInterface dialog) {
125 public void onClick(DialogInterface dialog, int which) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 70 AddTranslationDialog dialog = new AddTranslationDialog(shell, project); local
71 dialog.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 99 WizardDialog dialog = new WizardDialog(body.getShell(), wizard);
100 dialog.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 101 MessageDialog dialog = local
112 int answer = dialog.open();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 110 public void onClick(DialogInterface dialog, int id) {
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 36 // Build the dialog.
64 void ImportLockDialogGtk::OnResponse(GtkWidget* dialog, int response_id) {
import_progress_dialog_gtk.cc 43 ImportProgressDialogGtk* dialog = new ImportProgressDialogGtk( local
54 dialog->ShowDialog();
74 // Build the dialog.
136 void ImportProgressDialogGtk::OnResponse(GtkWidget* dialog, int response_id) {
142 // Only response to the dialog is to close it so we hide immediately.
  /frameworks/base/core/java/android/preference/
VolumePreference.java 19 import android.app.Dialog;
48 /** May be null if the dialog isn't visible. */
74 // dialog doesn't also show the normal volume adjust toast.
129 Dialog dialog = getDialog(); local
130 if (dialog != null && dialog.isShowing()) {
131 View view = dialog.getWindow().getDecorView()
134 // Stopped while dialog was showing, revert changes
ListPreference.java 30 * a dialog.
239 public void onClick(DialogInterface dialog, int which) {
244 * click, and dismisses the dialog.
246 ListPreference.this.onClick(dialog, DialogInterface.BUTTON_POSITIVE);
247 dialog.dismiss();
253 * click-on-an-item dismiss the dialog instead of the user having to
  /frameworks/base/core/java/android/webkit/
Plugin.java 200 // Show a simple popup dialog containing the description
217 public void onClick(DialogInterface dialog, int which) {
JsDialogHelper.java 43 // Dialog types
89 Log.w(TAG, "Cannot create a dialog, the WebView context is not an Activity");
132 public void onCancel(DialogInterface dialog) {
136 public void onClick(DialogInterface dialog, int which) {
149 public void onClick(DialogInterface dialog, int which) {
177 // We can only display the alert dialog if mContext is
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java 36 * Dialog that warns about contents of a bugreport.
68 public void onClick(DialogInterface dialog, int which) {
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
VersionDialog.java 21 import android.app.Dialog;
32 * This is the dialog we show when the library's version is older than
37 public Dialog onCreateDialog(Bundle savedInstanceState) {
40 // Need to use our library's resources for showing the dialog.
55 new Dialog.OnClickListener() {
57 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnableActivity.java 48 * This class is designed to show BT enable confirmation dialog;
57 // Set up the "dialog"
78 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/Mms/src/com/android/mms/ui/
ManageSimMessages.java 205 public void onClick(DialogInterface dialog, int which) {
208 dialog.dismiss();
301 public void onClick(DialogInterface dialog, int which) {
304 dialog.dismiss();
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
JmeDesktopSystem.java 96 SettingsDialog dialog = new SettingsDialog(settings, iconUrl, loadFromRegistry);
97 dialog.setSelectionListener(selectionListener);
98 dialog.showDialog();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 4 import android.app.Dialog;
25 @Implements(Dialog.class)
28 @RealObject private Dialog realDialog;
43 private static final ArrayList<Dialog> shownDialogs = new ArrayList<Dialog>();
51 public static Dialog getLatestDialog() {
52 ShadowDialog dialog = Robolectric.getShadowApplication().getLatestDialog(); local
53 return dialog == null ? null : dialog.realDialog;
116 Method onCreateMethod = Dialog.class.getDeclaredMethod("onCreate", Bundle.class)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 117 public void onCancel(DialogInterface dialog) {
122 public void onClick(DialogInterface dialog, int which) {
128 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 156 public void onCancel(DialogInterface dialog) {
162 public void onClick(DialogInterface dialog, int which) {
163 dialog.cancel();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 21 import android.app.Dialog;
61 // Dialog identifiers used in showDialog
67 public Dialog onCreateDialog(int id) {
76 public void onClick(DialogInterface dialog, int which) {
86 // Display uninstall failed dialog
93 public void onClick(DialogInterface dialog, int which) {
206 public void onCancel(DialogInterface dialog) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 21 import android.app.Dialog;
75 /** The constant for notifying dialog (Already exists the specified word) */
77 /** The constant for notifying dialog (The length of specified stroke or candidate exceeds the limit) */
286 * Create the alert dialog for notifying the error
288 * @param id The dialog ID
289 * @return The information of the dialog
291 @Override protected Dialog onCreateDialog(int id) {
299 public void onClick(DialogInterface dialog, int whichButton) {
306 public void onCancel(DialogInterface dialog) {
319 public void onClick(DialogInterface dialog, int witchButton)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java 242 WizardDialog dialog = new WizardDialog(parent, wizard); local
243 dialog.create();
244 dialog.open();
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 19 import android.app.Dialog;
84 private Dialog mRenameDialog;
225 protected Dialog onCreateDialog(int id) {
233 protected void onPrepareDialog(int id, Dialog dialog) {
234 super.onPrepareDialog(id, dialog);
240 private Dialog createRenameDialog() {
249 builder.setOnCancelListener(new Dialog.OnCancelListener() {
250 public void onCancel(DialogInterface dialog) {
255 new Dialog.OnClickListener()
    [all...]

Completed in 8619 milliseconds

1 2 3 4 5 6 7 891011>>