HomeSort by relevance Sort by last modified time
    Searched defs:dialog (Results 226 - 250 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 178 // of closing the options dialog)
367 MessageDialog dialog = new MessageDialog( local
376 int result = dialog.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 815 final SelectionDialog dialog = JavaUI.createTypeDialog( local
    [all...]
TemplateHandler.java 498 MessageDialog dialog = new MessageDialog(null, "File Already Exists", null, local
506 int result = dialog.open();
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 614 * but not in the foreground, such as one sitting behind a foreground dialog)
982 final Dialog dialog = onCreateDialog(dialogId, args); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 25 import android.app.Dialog;
433 /** If a confirmation dialog is being show, the listener for the positive action. */
436 * If a confirmation dialog is being show, the resource of the action: R.id.delete, etc. This
441 * If a confirmation dialog is being shown, this is true if the dialog acts on the selected set
1432 final FolderSelectionDialog dialog = FolderSelectionDialog.getInstance( local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
uiautomatorviewer.jar 
sdkuilib.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 732 public void onShow(DialogInterface dialog) {
733 mCurrentDialog = dialog;
1092 DialogFragment dialog = new PresetManagementDialog(); local
1097 DialogFragment dialog = new PresetManagementDialog(); local
1102 DialogFragment dialog = new ExportDialog(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 863 LayoutCreatorDialog dialog = new LayoutCreatorDialog(mConfigChooser.getShell(), local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 28 import android.app.Dialog;
341 // Used as the temporary response until the dialog is confirmed. It is also
443 private int mMinTop; // Dialog cannot be above this location
727 Dialog dialog = getDialog(); local
728 dialog.setCanceledOnTouchOutside(true);
730 Window window = dialog.getWindow();
740 // On tablets , do smart positioning of dialog
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 365 // task. If the task takes longer than a half second, a progress dialog is displayed.
438 // task. If the task takes longer than a half second, a progress dialog is displayed.
646 public void onClick(DialogInterface dialog, int whichButton) {
647 dialog.dismiss();
677 public void onClick(DialogInterface dialog, int whichButton) {
679 dialog.dismiss();
686 public void onClick(DialogInterface dialog, int whichButton) {
688 dialog.dismiss();
694 public void onClick(DialogInterface dialog, int whichButton) {
698 dialog.dismiss()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 739 milliseconds

1 2 3 4 5 6 7 8 91011>>