Home
last modified time | relevance | path

Searched refs:showDialog (Results 1 – 21 of 21) sorted by relevance

/external/proguard/src/proguard/gui/
DMemberSpecificationsPanel.java79 int returnValue = fieldSpecificationDialog.showDialog(); in addAddFieldButton()
101 int returnValue = methodSpecificationDialog.showDialog(); in addAddMethodButton()
131 int returnValue = memberSpecificationDialog.showDialog(); in addEditButton()
DClassSpecificationsPanel.java70 int returnValue = classSpecificationDialog.showDialog(); in addAddButton()
94 int returnValue = classSpecificationDialog.showDialog(); in addEditButton()
DOptimizationsDialog.java217 public int showDialog() in showDialog() method in OptimizationsDialog
DFilterDialog.java339 public int showDialog() in showDialog() method in FilterDialog
DClassPathPanel.java190 int returnValue = filterDialog.showDialog(); in addFilterButton()
DMemberSpecificationDialog.java435 public int showDialog() in showDialog() method in MemberSpecificationDialog
DClassSpecificationDialog.java494 public int showDialog() in showDialog() method in ClassSpecificationDialog
DProGuardGUI.java881 int returnVal = fileChooser.showDialog(ProGuardGUI.this, msg("ok")); in createBrowseButton()
906 int returnValue = optimizationsDialog.showDialog(); in createOptimizationsButton()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java340 activity.showDialog(1); in showDialog_shouldCreatePrepareAndShowDialog()
363 activity.showDialog(1, new Bundle()); in showDialog_shouldCreatePrepareAndShowDialogWithBundle()
373 boolean dialogCreated = activity.showDialog(97, new Bundle()); in showDialog_shouldReturnFalseIfDialogDoesNotExist()
383 activity.showDialog(1); in showDialog_shouldReuseDialogs()
385 activity.showDialog(1); in showDialog_shouldReuseDialogs()
394 activity.showDialog(1); in showDialog_shouldShowDialog()
402 activity.showDialog(1); in dismissDialog_shouldDismissPreviouslyShownDialog()
417 activity.showDialog(1); in removeDialog_shouldCreateDialogAgain()
423 activity.showDialog(1); in removeDialog_shouldCreateDialogAgain()
432 activity.showDialog(123); in shouldCallOnCreateDialogFromShowDialog()
/external/autotest/frontend/client/src/autotest/tko/
DTestLabelManager.java111 showDialog(ADD_TEXT); in handleAddLabels()
128 showDialog(REMOVE_TEXT); in handleRemoveLabels()
133 private void showDialog(String actionText) { in showDialog() method in TestLabelManager
/external/replicaisland/src/com/replica/replicaisland/
DExtrasMenuActivity.java48 showDialog(NEW_GAME_DIALOG);
62 showDialog(NEW_GAME_DIALOG);
71 showDialog(EXTRAS_LOCKED_DIALOG);
DMainMenuActivity.java278 showDialog(WHATS_NEW_DIALOG); in onResume()
285 showDialog(TILT_TO_SCREEN_CONTROLS_DIALOG); in onResume()
289 showDialog(CONTROL_SETUP_DIALOG); in onResume()
DKeyboardConfigDialogPreference.java133 protected void showDialog(Bundle state) { in showDialog() method in KeyboardConfigDialogPreference
134 super.showDialog(state); in showDialog()
DAndouKun.java369 showDialog(QUIT_GAME_DIALOG); in onKeyDown()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.h33 bool showDialog,
DExtractGUI.cpp167 bool showDialog, in ExtractGUI() argument
186 if (showDialog) in ExtractGUI()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DZipExtractorTask.java177 Replace answer = showDialog(entry.getName()); in unzip()
217 private Replace showDialog(final String name) { in showDialog() method in ZipExtractorTask
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java572 protected final void showDialog(int id) { in showDialog() method in ShadowActivity
573 showDialog(id, null); in showDialog()
592 protected final boolean showDialog(int id, Bundle bundle) { in showDialog() method in ShadowActivity
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java228 showDialog(DIALOG_LINE); in onOptionsItemSelected()
230 showDialog(DIALOG_FIND_REPLACE); in onOptionsItemSelected()
308 showDialog(DIALOG_FIND_REPLACE); in onKeyDown()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java83 public static void showDialog(final Context context, final String title, final String message) { in showDialog() method in Log
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js405 function showDialog(id) { function